AWSChimeSDKMessagingUpdateChannelResponse

Objective-C

@interface AWSChimeSDKMessagingUpdateChannelResponse

Swift

class AWSChimeSDKMessagingUpdateChannelResponse
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }