AWSChimeSDKMessagingSendChannelMessageResponse
Objective-C
@interface AWSChimeSDKMessagingSendChannelMessageResponse
Swift
class AWSChimeSDKMessagingSendChannelMessageResponse
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ID string assigned to each message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable messageId;Swift
var messageId: String? { get set } -
The status of the channel message.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMessageStatusStructure *_Nullable status;Swift
var status: AWSChimeSDKMessagingChannelMessageStatusStructure? { 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
AWSChimeSDKMessagingSendChannelMessageResponse Class Reference