Documentation ¶
Index ¶
- type WorkMoments
- func (w *WorkMoments) ClearWorkMomentsNotification(callback open_im_sdk_callback.Base, operationID string)
- func (w *WorkMoments) DoNotification(jsonDetailStr string, operationID string)
- func (w *WorkMoments) GetWorkMomentsNotification(callback open_im_sdk_callback.Base, offset, count int, operationID string)
- func (w *WorkMoments) GetWorkMomentsUnReadCount(callback open_im_sdk_callback.Base, operationID string)
- func (w *WorkMoments) SetListener(callback open_im_sdk_callback.OnWorkMomentsListener)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkMoments ¶
type WorkMoments struct {
// contains filtered or unexported fields
}
func NewWorkMoments ¶
func (*WorkMoments) ClearWorkMomentsNotification ¶
func (w *WorkMoments) ClearWorkMomentsNotification(callback open_im_sdk_callback.Base, operationID string)
func (*WorkMoments) DoNotification ¶
func (w *WorkMoments) DoNotification(jsonDetailStr string, operationID string)
func (*WorkMoments) GetWorkMomentsNotification ¶
func (w *WorkMoments) GetWorkMomentsNotification(callback open_im_sdk_callback.Base, offset, count int, operationID string)
func (*WorkMoments) GetWorkMomentsUnReadCount ¶
func (w *WorkMoments) GetWorkMomentsUnReadCount(callback open_im_sdk_callback.Base, operationID string)
func (*WorkMoments) SetListener ¶
func (w *WorkMoments) SetListener(callback open_im_sdk_callback.OnWorkMomentsListener)
Click to show internal directories.
Click to hide internal directories.