AWSChimeSDKMessagingAssociateChannelFlowRequest

Objective-C

@interface AWSChimeSDKMessagingAssociateChannelFlowRequest

Swift

class AWSChimeSDKMessagingAssociateChannelFlowRequest
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The ARN of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var channelFlowArn: String? { get set }
  • The AppInstanceUserArn of the user making the API call.

    Declaration

    Objective-C

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

    Swift

    var chimeBearer: String? { get set }