AWSChimeSDKMessagingUpdateChannelRequest
Objective-C
@interface AWSChimeSDKMessagingUpdateChannelRequest
Swift
class AWSChimeSDKMessagingUpdateChannelRequest
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set } -
The metadata for the update request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metadata;Swift
var metadata: String? { get set } -
The mode of the update request.
Declaration
Objective-C
@property (nonatomic) AWSChimeSDKMessagingChannelMode mode;Swift
var mode: AWSChimeSDKMessagingChannelMode { get set } -
The name of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingUpdateChannelRequest Class Reference