AWSChimeSDKMessagingCreateChannelBanResponse
Objective-C
@interface AWSChimeSDKMessagingCreateChannelBanResponse
Swift
class AWSChimeSDKMessagingCreateChannelBanResponse
-
The ARN of the response to the ban request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The
ChannelArnandBannedIdentityof the member in the ban response.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingIdentity *_Nullable member;Swift
var member: AWSChimeSDKMessagingIdentity? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingCreateChannelBanResponse Class Reference