AWSChimeSDKMessagingBatchChannelMemberships
Objective-C
@interface AWSChimeSDKMessagingBatchChannelMemberships
Swift
class AWSChimeSDKMessagingBatchChannelMemberships
The membership information, including member ARNs, the channel ARN, and membership types.
-
The ARN of the channel to which you’re adding members.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The identifier of the member who invited another member.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable invitedBy;
Swift
var invitedBy: AWSChimeSDKMessagingIdentity? { get set }
-
The users successfully added to the request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingIdentity *> *_Nullable members;
Swift
var members: [AWSChimeSDKMessagingIdentity]? { get set }
-
The ID of the SubChannel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;
Swift
var subChannelId: String? { get set }
-
The membership types set for the channel members.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingChannelMembershipType types;
Swift
var types: AWSChimeSDKMessagingChannelMembershipType { get set }