Documentation ¶
Index ¶
- type Friend
- func (f *Friend) AcceptFriendApplication(callback open_im_sdk_callback.Base, userIDHandleMsg string, operationID string)
- func (f *Friend) AddBlack(callback open_im_sdk_callback.Base, blackUserID, operationID string)
- func (f *Friend) AddFriend(callback open_im_sdk_callback.Base, userIDReqMsg string, operationID string)
- func (f *Friend) CheckFriend(callback open_im_sdk_callback.Base, friendUserIDList string, ...)
- func (f *Friend) Db() *db.DataBase
- func (f *Friend) DeleteFriend(callback open_im_sdk_callback.Base, friendUserID string, operationID string)
- func (f *Friend) DoNotification(msg *api.MsgData, conversationCh chan common.Cmd2Value)
- func (f *Friend) GetBlackList(callback open_im_sdk_callback.Base, operationID string)
- func (f *Friend) GetDesignatedBlackListInfo(callback open_im_sdk_callback.Base, blackIDList []string, operationID string) []*model_struct.LocalBlack
- func (f *Friend) GetDesignatedFriendListInfo(callback open_im_sdk_callback.Base, friendUserIDList []string, ...) []*model_struct.LocalFriend
- func (f *Friend) GetDesignatedFriendsInfo(callback open_im_sdk_callback.Base, friendUserIDList string, ...)
- func (f *Friend) GetFriendList(callback open_im_sdk_callback.Base, operationID string)
- func (f *Friend) GetRecvFriendApplicationList(callback open_im_sdk_callback.Base, operationID string)
- func (f *Friend) GetSendFriendApplicationList(callback open_im_sdk_callback.Base, operationID string)
- func (f *Friend) GetUserNameAndFaceUrlByUid(friendUserID, operationID string) (faceUrl, name string, err error, isFromSvr bool)
- func (f *Friend) LoginTime() int64
- func (f *Friend) RefuseFriendApplication(callback open_im_sdk_callback.Base, userIDHandleMsg string, operationID string)
- func (f *Friend) RemoveBlack(callback open_im_sdk_callback.Base, blackUserID, operationID string)
- func (f *Friend) SearchFriends(callback open_im_sdk_callback.Base, searchParam, operationID string)
- func (f *Friend) SetFriendListener(listener open_im_sdk_callback.OnFriendshipListener)
- func (f *Friend) SetFriendRemark(callback open_im_sdk_callback.Base, userIDRemark string, operationID string)
- func (f *Friend) SetListener(listener open_im_sdk_callback.OnFriendshipListener)
- func (f *Friend) SetLoginTime(loginTime int64)
- func (f *Friend) SyncBlackList(operationID string)
- func (f *Friend) SyncFriendApplication(operationID string)
- func (f *Friend) SyncFriendList(operationID string)
- func (f *Friend) SyncSelfFriendApplication(operationID string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Friend ¶
type Friend struct {
// contains filtered or unexported fields
}
func (*Friend) AcceptFriendApplication ¶
func (f *Friend) AcceptFriendApplication(callback open_im_sdk_callback.Base, userIDHandleMsg string, operationID string)
func (*Friend) AddBlack ¶
func (f *Friend) AddBlack(callback open_im_sdk_callback.Base, blackUserID, operationID string)
func (*Friend) AddFriend ¶
func (f *Friend) AddFriend(callback open_im_sdk_callback.Base, userIDReqMsg string, operationID string)
func (*Friend) CheckFriend ¶
func (f *Friend) CheckFriend(callback open_im_sdk_callback.Base, friendUserIDList string, operationID string)
func (*Friend) DeleteFriend ¶
func (f *Friend) DeleteFriend(callback open_im_sdk_callback.Base, friendUserID string, operationID string)
func (*Friend) DoNotification ¶
func (*Friend) GetBlackList ¶
func (f *Friend) GetBlackList(callback open_im_sdk_callback.Base, operationID string)
func (*Friend) GetDesignatedBlackListInfo ¶
func (f *Friend) GetDesignatedBlackListInfo(callback open_im_sdk_callback.Base, blackIDList []string, operationID string) []*model_struct.LocalBlack
func (*Friend) GetDesignatedFriendListInfo ¶
func (f *Friend) GetDesignatedFriendListInfo(callback open_im_sdk_callback.Base, friendUserIDList []string, operationID string) []*model_struct.LocalFriend
func (*Friend) GetDesignatedFriendsInfo ¶
func (f *Friend) GetDesignatedFriendsInfo(callback open_im_sdk_callback.Base, friendUserIDList string, operationID string)
f
func (*Friend) GetFriendList ¶
func (f *Friend) GetFriendList(callback open_im_sdk_callback.Base, operationID string)
f
func (*Friend) GetRecvFriendApplicationList ¶
func (f *Friend) GetRecvFriendApplicationList(callback open_im_sdk_callback.Base, operationID string)
func (*Friend) GetSendFriendApplicationList ¶
func (f *Friend) GetSendFriendApplicationList(callback open_im_sdk_callback.Base, operationID string)
func (*Friend) GetUserNameAndFaceUrlByUid ¶
func (*Friend) RefuseFriendApplication ¶
func (f *Friend) RefuseFriendApplication(callback open_im_sdk_callback.Base, userIDHandleMsg string, operationID string)
func (*Friend) RemoveBlack ¶
func (f *Friend) RemoveBlack(callback open_im_sdk_callback.Base, blackUserID, operationID string)
func (*Friend) SearchFriends ¶
func (f *Friend) SearchFriends(callback open_im_sdk_callback.Base, searchParam, operationID string)
func (*Friend) SetFriendListener ¶
func (f *Friend) SetFriendListener(listener open_im_sdk_callback.OnFriendshipListener)
func (*Friend) SetFriendRemark ¶
func (f *Friend) SetFriendRemark(callback open_im_sdk_callback.Base, userIDRemark string, operationID string)
func (*Friend) SetListener ¶
func (f *Friend) SetListener(listener open_im_sdk_callback.OnFriendshipListener)
func (*Friend) SetLoginTime ¶
func (*Friend) SyncBlackList ¶
func (*Friend) SyncFriendApplication ¶
recv
func (*Friend) SyncFriendList ¶
func (*Friend) SyncSelfFriendApplication ¶
Click to show internal directories.
Click to hide internal directories.