#import <EMGroup.h>
Initialize a group instance
Please use [+groupWithId:]
- Returns
- nil
- (NSArray* bans) __deprecated_msg |
|
("Use - blackList") |
|
|
Group‘s blacklist of blocked users
Need owner's authority to access, return nil if user is not the group owner.
- (NSArray* members) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -memberList") |
|
|
|
| |
- (NSArray* blackList) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -blacklist") |
|
|
|
| |
Group‘s blacklist of blocked users
Need owner's authority to access, return nil if user is not the group owner.
- (NSInteger membersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -occupantsCount") |
|
|
|
| |
The total number of group members, include owner, admins, members
+ (instancetype) groupWithId: |
|
(NSString *) |
aGroupId |
|
Get group instance, create a instance if it does not exist
- Parameters
-
- Returns
- Group instance
Group‘s blacklist of blocked users
Need owner's authority to access, return nil if user is not the group owner.
- (NSString*) description |
|
readnonatomiccopy |
Whether block the current group‘s messages
Whether is a public group
- (BOOL) isPushNotificationEnabled |
|
readnonatomicassign |
Is Apple Push Notification Service enabled for group
List of muted members
Need owner's authority to access, return nil if user is not the group owner.
All occupants of the group, includes the group owner and admins and all other group members
- (NSInteger) occupantsCount |
|
readnonatomicassign |
The total number of group occupants, include owner, admins, members
Owner of the group
Each group only has one owner
- (EMGroupPermissionType) permissionType |
|
readnonatomicassign |
The group membership type of the current login account
The documentation for this class was generated from the following file: