GroupEventProtocol
IntroductionProtocol for implementing a Item delegate. Abstract base class which is used when you want notification about events from group calls. Member Functions
onGroupAddedpublic DiscussionGets called when a group has been created. onGroupErrorpublic DiscussionGets called when an error have occured. onGroupRemovedpublic DiscussionGets called when a group has been removed. onGroupRenamedpublic DiscussionGets called when a group have been renamed. onListBannedMemberspublic DiscussionGets called when listBannedMembers has been called. onListGroupspublic DiscussionLists the groups that the user is included in or owner/admin of. onListMemberspublic DiscussionGets called when a list call of members of a group have happened. onMemberBannedpublic DiscussionGets called when a member has been banned. onMemberJoinGrouppublic DiscussionGets called when a user have become a member of a group. onMemberKickedpublic DiscussionGets called when a member has been kicked. onMemberLeaveGrouppublic DiscussionGets called when the user leaves a group. onMemberUnBannedpublic DiscussionGets called when a member has been unbanned. |