AWSChimeSDKMessagingGetChannelMembershipPreferencesResponse
Objective-C
@interface AWSChimeSDKMessagingGetChannelMembershipPreferencesResponse
Swift
class AWSChimeSDKMessagingGetChannelMembershipPreferencesResponse
-
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 channel membership preferences for an
AppInstanceUser
.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMembershipPreferences *_Nullable preferences;
Swift
var preferences: AWSChimeSDKMessagingChannelMembershipPreferences? { get set }