AWSChimeSDKMessagingChannelSummary

Objective-C

@interface AWSChimeSDKMessagingChannelSummary

Swift

class AWSChimeSDKMessagingChannelSummary

Summary of the details of a Channel.

  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The time at which the last persistent message visible to the caller in a channel was sent.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastMessageTimestamp;

    Swift

    var lastMessageTimestamp: Date? { get set }
  • The metadata of the channel.

    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.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The privacy setting of the channel.

    Declaration

    Objective-C

    @property (nonatomic) AWSChimeSDKMessagingChannelPrivacy privacy;

    Swift

    var privacy: AWSChimeSDKMessagingChannelPrivacy { get set }