AWSChimeSDKMessagingChannelModerator
Objective-C
@interface AWSChimeSDKMessagingChannelModerator
Swift
class AWSChimeSDKMessagingChannelModerator
The details of a channel moderator.
-
The ARN of the moderator’s channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The
AppInstanceUser
who created the moderator.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable createdBy;
Swift
var createdBy: AWSChimeSDKMessagingIdentity? { get set }
-
The time at which the moderator was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;
Swift
var createdTimestamp: Date? { get set }
-
The moderator’s data.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable moderator;
Swift
var moderator: AWSChimeSDKMessagingIdentity? { get set }