AWSChimeSDKMessagingDescribeChannelMembershipResponse
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelMembershipResponse
Swift
class AWSChimeSDKMessagingDescribeChannelMembershipResponse
-
The details of the membership.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMembership *_Nullable channelMembership;
Swift
var channelMembership: AWSChimeSDKMessagingChannelMembership? { get set }