AWSChimeSDKMessagingChannelFlowCallbackResponse
Objective-C
@interface AWSChimeSDKMessagingChannelFlowCallbackResponse
Swift
class AWSChimeSDKMessagingChannelFlowCallbackResponse
-
The call back ID passed in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable callbackId;
Swift
var callbackId: String? { get set }
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }