AWSChimeSDKMessagingChannelAssociatedWithFlowSummary

Objective-C

@interface AWSChimeSDKMessagingChannelAssociatedWithFlowSummary

Swift

class AWSChimeSDKMessagingChannelAssociatedWithFlowSummary

Summary of details of a channel associated with channel flow.

  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The channel’s metadata.

    Declaration

    Objective-C

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

    Swift

    var metadata: String? { get set }
  • The mode of the channel.

    Declaration

    Objective-C

    @property (nonatomic) AWSChimeSDKMessagingChannelMode mode;

    Swift

    var mode: AWSChimeSDKMessagingChannelMode { get set }
  • The name of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The channel’s privacy setting.

    Declaration

    Objective-C

    @property (nonatomic) AWSChimeSDKMessagingChannelPrivacy privacy;

    Swift

    var privacy: AWSChimeSDKMessagingChannelPrivacy { get set }