AWSChimeSDKMessagingIdentity

Objective-C

@interface AWSChimeSDKMessagingIdentity

Swift

class AWSChimeSDKMessagingIdentity

The details of a user or bot.

  • arn

    The ARN in an Identity.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The name in an Identity.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }