|
HyphenateSDK
3.1.4
|
#import <EMGroup.h>
构造函数 | |
| ("Use +groupWithId:") | - __deprecated_msg |
类方法 | |
| (instancetype) | + groupWithId: |
属性 | |
| NSString * | groupId |
| NSString * | subject |
| NSString * | description |
| NSInteger | occupantsCount |
| EMGroupOptions * | setting |
| NSString * | owner |
| NSArray * | members |
| NSArray * | bans |
| NSArray * | occupants |
| BOOL | isPushNotificationEnabled |
| BOOL | isPublic |
| BOOL | isBlocked |
| - ("Use +)groupWithId: |
初始化群组实例
请使用+groupWithId:方法
| + (instancetype) groupWithId: | (NSString *) | aGroupId |
获取群组实例,如果不存在则创建
| aGroupId | 群组ID |
|
readnonatomicstrong |
群组的黑名单,需要先调用获取群黑名单方法
需要owner权限才能查看,非owner返回nil
|
readnonatomiccopy |
群组的描述,需要获取群详情
|
readnonatomiccopy |
群组ID
|
readnonatomicassign |
是否屏蔽群消息
|
readnonatomicassign |
此群是否为公开群,需要获取群详情
|
readnonatomicassign |
此群组是否接收消息推送通知
|
readnonatomiccopy |
群组的成员列表,需要获取群详情
|
readnonatomicstrong |
群组的所有成员(包含owner和members)
|
readnonatomicassign |
群组当前的成员数量,需要获取群详情
|
readnonatomiccopy |
群组的所有者,拥有群的最高权限,需要获取群详情
群组的所有者只有一人
|
readnonatomicstrong |
群组属性配置,需要获取群详情
|
readnonatomiccopy |
群组的主题,需要获取群详情
1.8.11