Callback
Module Overview
info
Details for Event Listeners callbacks.
Module Name | Brief Module Functionality |
---|---|
onProgress | Callback for request progress |
onFriendApplicationAdded | Notification for new friend application |
onFriendApplicationRejected | Notification when a friend application is rejected |
onFriendApplicationAccepted | Notification when a friend application is accepted |
onFriendApplicationDeleted | Notification when a friend application is deleted |
onFriendAdded | Notification for added friend |
onFriendDeleted | Notification for deleted friend |
onFriendInfoChanged | Notification for changes in friend's details |
onBlackAdded | Notification for added blacklist entry |
onGroupMemberAdded | Notification for new group member |
onGroupMemberDeleted | Notification for a member leaving the group |
onGroupMemberInfoChanged | Notification for changes in group member's info |
onJoinedGroupAdded | Notification for new group joined |
onJoinedGroupDeleted | Notification for a joined group being deleted |
onGroupInfoChanged | Notification for changes in a joined group's info |
onGroupApplicationAccepted | Notification for accepted group application |
onGroupApplicationAdded | Notification for new group application |
onGroupApplicationDeleted | Notification for deleted group application |
onGroupApplicationRejected | Notification for rejected group application |
onGroupDismissed | Callback after a group is disbanded |
onRecvNewMessage | Receipt of new message |
onRecvC2CReadReceipt | Read receipt for individual chat message |
onRecvGroupReadReceipt | Read receipt for group chat message |
onNewRecvMessageRevoked | Callback for message revocation |
onSyncServerStart | Start of syncing server session |
onSyncServerFinish | Completion of syncing server session |
onSyncServerFailed | Failure of syncing server session |
onNewConversation | Arrival of new conversation |
onConversationChanged | Changes in key information of some conversations |
onTotalUnreadMessageCountChanged | Notification for changes in total unread messages |
onInputStatusChanged | Input state change notification |