AWSChimeSDKIdentityTag

Objective-C

@interface AWSChimeSDKIdentityTag

Swift

class AWSChimeSDKIdentityTag

A tag object containing a key-value pair.

Required parameters: [Key, Value]

  • key

    The key in a tag.

    Declaration

    Objective-C

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

    Swift

    var key: String? { get set }
  • The value in a tag.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }