#import <EMGroup.h>
EMGroup.h Group
- Author
- Hyphenate
- Version
- 3.00
Group
Initialize group instance
Please use [+groupWithId:]
- Returns
- nil
+ (instancetype) groupWithId: |
|
(NSString *) |
aGroupId |
|
Get group instance, create a instance if do not exist
- Parameters
-
- Returns
- Group instance
Group‘s blacklist, need to call fetching group's blacklist method first
Need owner's authority, will return nil if user is not the owner of the group
- (NSString*) description |
|
readnonatomiccopy |
Group's description, need to fetch group's specification
Whether block this group‘s message
Whether is public group, need to fetch group's specification
- (BOOL) isPushNotificationEnabled |
|
readnonatomicassign |
Whether this group receive push notifications
Member list of group, need to fetch group's specification
All occupants of the group, include both the owner and all members
- (NSInteger) occupantsCount |
|
readnonatomicassign |
The number of members, need to fetch group's specification
Group‘s owner, has the highest authority, need to fetch group's specification
A group only has one owner
Group's setting options, need to fetch group's specification
Group's subject, need to fetch group's specification
The documentation for this class was generated from the following file: