AWSChimeSDKMessagingDescribeChannelMembershipRequest
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelMembershipRequest
Swift
class AWSChimeSDKMessagingDescribeChannelMembershipRequest
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set } -
The
AppInstanceUserArnof the member.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable memberArn;Swift
var memberArn: String? { get set } -
The ID of the SubChannel in the request. The response contains an
ElasticChannelConfigurationobject.Only required to get a user’s SubChannel membership details.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;Swift
var subChannelId: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingDescribeChannelMembershipRequest Class Reference