Introduction
list of members of a Group.
Methods
- -ban:delegate:
- -groupId
- -initWith:
Gets the cbe ::Member "member" ban info map.
- -kick:delegate:
- -memberId
- -name
- -unBan:
- -visibility
-(void) ban: (NSString*) banComment delegate: (id<BanDelegatePtr>) delegate;
Parameters
-
banComment
Free text describing the reason for this decision
-
delegate
Shared pointer to the class in which you implement
cbe::delegate::BanDelegate to receive the callback upon
completion of this request.
Discussion
Ban or evict a member from a group
Discussion
the group id number
Gets the cbe ::Member "member" ban info map.
-(void) kick: (NSString*) kickComment delegate: (id<KickDelegatePtr>) delegate;
Parameters
-
kickComment
free text describing the reason for this decision
-
delegate
a shared pointer to the class in which you implement
cbe::delegate::KickDelegate to receive the callback on server completion.
Discussion
Kick out a member from a group
Discussion
the member id number
Discussion
Returns the member name.
-(void) unBan:(id<UnBanDelegatePtr>) delegate;
Parameters
-
delegate
a shared pointer to the class in which you implement
cbe::delegate::UnBanDelegate to receive the callback on server completion.
Discussion
Revoke a ban of a member from a group
Discussion
see the enum \c Visibility in Types.h
Last Updated: Wednesday, May 03, 2023
|