AWSChimeSDKMessagingCreateChannelMembershipResponse
Objective-C
@interface AWSChimeSDKMessagingCreateChannelMembershipResponse
Swift
class AWSChimeSDKMessagingCreateChannelMembershipResponse
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ARN and metadata of the member being added.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable member;Swift
var member: AWSChimeSDKMessagingIdentity? { get set } -
The ID of the SubChannel in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;Swift
var subChannelId: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingCreateChannelMembershipResponse Class Reference