Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnAdvancedMsgListener ¶
type OnBatchMsgListener ¶
type OnBatchMsgListener interface {
OnRecvNewMessages(messageList string)
}
type OnConnListener ¶
type OnConversationListener ¶
type OnFriendshipListener ¶
type OnFriendshipListener interface { OnFriendApplicationAdded(friendApplication string) OnFriendApplicationDeleted(friendApplication string) OnFriendApplicationAccepted(groupApplication string) OnFriendApplicationRejected(friendApplication string) OnFriendAdded(friendInfo string) OnFriendDeleted(friendInfo string) OnFriendInfoChanged(friendInfo string) OnBlackAdded(blackInfo string) OnBlackDeleted(blackInfo string) }
type OnGroupListener ¶
type OnGroupListener interface { OnJoinedGroupAdded(groupInfo string) OnJoinedGroupDeleted(groupInfo string) OnGroupMemberAdded(groupMemberInfo string) OnGroupMemberDeleted(groupMemberInfo string) OnGroupApplicationAdded(groupApplication string) OnGroupApplicationDeleted(groupApplication string) OnGroupInfoChanged(groupInfo string) OnGroupMemberInfoChanged(groupMemberInfo string) OnGroupApplicationAccepted(groupApplication string) OnGroupApplicationRejected(groupApplication string) }
type OnOrganizationListener ¶
type OnOrganizationListener interface {
OnOrganizationUpdated()
}
type OnSignalingListener ¶
type OnSignalingListener interface { OnReceiveNewInvitation(receiveNewInvitationCallback string) OnInviteeAccepted(inviteeAcceptedCallback string) OnInviteeAcceptedByOtherDevice(inviteeAcceptedCallback string) OnInviteeRejected(inviteeRejectedCallback string) OnInviteeRejectedByOtherDevice(inviteeRejectedCallback string) // OnInvitationCancelled(invitationCancelledCallback string) // OnInvitationTimeout(invitationTimeoutCallback string) // OnHangUp(hangUpCallback string) OnRoomParticipantConnected(onRoomParticipantConnectedCallback string) OnRoomParticipantDisconnected(onRoomParticipantDisconnectedCallback string) }
type OnUserListener ¶
type OnUserListener interface {
OnSelfInfoUpdated(userInfo string)
}
type OnWorkMomentsListener ¶
type OnWorkMomentsListener interface {
OnRecvNewNotification()
}
type SendMsgCallBack ¶
Click to show internal directories.
Click to hide internal directories.