AWSChimeSDKMessagingChannelBan

Objective-C

@interface AWSChimeSDKMessagingChannelBan

Swift

class AWSChimeSDKMessagingChannelBan

The details of a channel ban.

  • The ARN of the channel from which a member is being banned.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The AppInstanceUser who created the ban.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable createdBy;

    Swift

    var createdBy: AWSChimeSDKMessagingIdentity? { get set }
  • The time at which the ban was created.

    Declaration

    Objective-C

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

    Swift

    var createdTimestamp: Date? { get set }
  • The member being banned from the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable member;

    Swift

    var member: AWSChimeSDKMessagingIdentity? { get set }