AWSChimeSDKIdentityEndpointAttributes
Objective-C
@interface AWSChimeSDKIdentityEndpointAttributes
Swift
class AWSChimeSDKIdentityEndpointAttributes
The attributes of an Endpoint.
Required parameters: [DeviceToken]
-
The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceToken;Swift
var deviceToken: String? { get set } -
The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable voipDeviceToken;Swift
var voipDeviceToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityEndpointAttributes Class Reference