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