AWSChimeSDKMessagingCreateChannelFlowResponse

Objective-C

@interface AWSChimeSDKMessagingCreateChannelFlowResponse

Swift

class AWSChimeSDKMessagingCreateChannelFlowResponse
  • The ARN of the channel flow.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable channelFlowArn;

    Swift

    var channelFlowArn: String? { get set }