Instance Methods | |
(void) | - onMemberEnter:memberList: |
(void) | - onMemberLeave:member: |
(void) | - onMemberInvited:opUser:memberList: |
(void) | - onMemberKicked:opUser:memberList: |
(void) | - onMemberInfoChanged:changeInfoList: |
(void) | - onGroupCreated: |
(void) | - onGroupDismissed:opUser: |
(void) | - onGroupRecycled:opUser: |
(void) | - onGroupInfoChanged:changeInfoList: |
(void) | - onGroupAttributeChanged:attributes: |
(void) | - onGroupCounterChanged:key:newValue: |
(void) | - onReceiveJoinApplication:member:opReason: |
(void) | - onApplicationProcessed:opUser:opResult:opReason: |
(void) | - onGrantAdministrator:opUser:memberList: |
(void) | - onRevokeAdministrator:opUser:memberList: |
(void) | - onQuitFromGroup: |
(void) | - onReceiveRESTCustomData:data: |
(void) | - onTopicCreated:topicID: |
(void) | - onTopicDeleted:topicIDList: |
(void) | - onTopicChanged:topicInfo: |
|
optional |
Users join the group (received by all members) Meeting group do not have this callback by default. If you need a callback, please go to the Console (Feature Configuration -> Group configuration -> Group system notification configuration -> Notification of group member Change) to actively configure.
|
optional |
Users leave the group (received by all members) Meeting group do not have this callback by default. If you need a callback, please go to the Console (Feature Configuration -> Group configuration -> Group system notification configuration -> Notification of group member Change) to actively configure.
|
optional |
Users are added to a group by others (received by all members)
|
optional |
Users are removed from a group by others (received by all members)
|
optional |
Group member information modified (received by all members) Meeting group And AVChatRoom group do not have this callback by default. If you need a callback, please go to the Console (Feature Configuration -> Group configuration -> Group system notification configuration -> Notification of group member profile Change) to actively configure.
|
optional |
Group created (used for multi-device synchronization)
|
optional |
Group deleted (received by all members)
|
optional |
Group repossessed (received by all members)
|
optional |
Group information modified (received by all members) Modifying the following fields may trigger this notification ( groupName & introduction & notification & faceUrl & owner & allMute & custom) Control specific fields (Send a notification/storage roaming)please go to the Console (Feature Configuration -> Group configuration -> Group system notification configuration -> Notification of group info Change) to actively configure.
|
optional |
Received group attribute update(received by all members)
|
optional |
Group counter update notification with the newest counters which have been modified(received by all members).
|
optional |
New group joining request (received only by the group owner and admin)
|
optional |
Group joining request handled by group owner or admin (received only by the applicant)
|
optional |
Specify the admin identity.
|
optional |
Cancel the admin identity.
|
optional |
Quit a group (mainly used for multi-device synchronization)
|
optional |
Received a custom system message delivered via the RESTful API.
|
optional |
Topic created.
|
optional |
Topic deleted.
|
optional |
Topic information modified (received by all members)