AWSChimeSDKMessagingPutChannelMembershipPreferencesResponse
Objective-C
@interface AWSChimeSDKMessagingPutChannelMembershipPreferencesResponse
Swift
class AWSChimeSDKMessagingPutChannelMembershipPreferencesResponse
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The details of a user.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable member;
Swift
var member: AWSChimeSDKMessagingIdentity? { get set }
-
The ARN and metadata of the member being added.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMembershipPreferences *_Nullable preferences;
Swift
var preferences: AWSChimeSDKMessagingChannelMembershipPreferences? { get set }