#import <EMGroup.h>
◆ __deprecated_msg [1/2]
- (NSArray* bans) __deprecated_msg |
|
("Use - blackList instead") |
|
|
Group‘s blacklist of blocked users, require call fetch blackList method first
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 instead") |
|
|
|
| |
Group‘s blacklist of blocked users,require call fetch blackList method first
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 instead") |
|
|
|
| |
Member list of the group,require fetch group's detail first
◆ EM_DEPRECATED_IOS [3/4]
- (NSInteger membersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -occupantsCount instead") |
|
|
|
| |
The total number of group members, require fetch group's detail first, include owner, admins, members
◆ EM_DEPRECATED_IOS [4/4]
- (NSString* subject) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_6_2) |
|
|
|
("Use -groupName instead") |
|
|
|
| |
Subject of the group, require fetch group's detail first
◆ groupWithId:
+ (instancetype) groupWithId: |
|
(NSString *) |
aGroupId |
|
Get group instance, create a instance if it does not exist
- Parameters
-
- Returns
- Group instance
◆ adminList
Admins of the group, have group management authority, require fetch group's detail first
◆ announcement
- (NSString*) announcement |
|
readnonatomiccopy |
Announcement of the group, require fetch group's announcement first
◆ blacklist
Group's blacklist of blocked users, require call get blackList method first
Need owner's authority to access, return nil if user is not the group owner.
◆ description
- (NSString*) description |
|
readnonatomiccopy |
Description of the group, require fetch group's detail first
◆ groupId
◆ groupName
Subject of the group, require fetch group's detail first
◆ isBlocked
Whether block the current group‘s messages
◆ isMuteAllMembers
- (BOOL) isMuteAllMembers |
|
readnonatomicassign |
The group is all members muted.
◆ isPublic
Whether is a public group, require fetch group's detail first
◆ isPushNotificationEnabled
- (BOOL) isPushNotificationEnabled |
|
readnonatomicassign |
Whether use Apple Push Notification Service for group
◆ memberList
Member list of the group, require fetch group's detail first
◆ 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, require fetch group's detail first, include owner, admins, members
◆ owner
Owner of the group, has the highest authority of the group, require fetch group's detail first
Each group only has one owner
◆ permissionType
- (EMGroupPermissionType) permissionType |
|
readnonatomicassign |
The group membership type of the current login account
◆ setting
Setting options of group, require fetch group's detail first
◆ sharedFileList
- (NSArray*) sharedFileList |
|
readnonatomicstrong |
List of group shared file
◆ 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: