AWSChimeSDKIdentityEndpointState
Objective-C
@interface AWSChimeSDKIdentityEndpointState
Swift
class AWSChimeSDKIdentityEndpointState
A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:
ACTIVE: TheAppInstanceUserEndpointis active and able to receive messages. WhenACTIVE, theEndpointStatusReasonremains empty.INACTIVE: TheAppInstanceUserEndpointis inactive and can’t receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason.INVALID_DEVICE_TOKENindicates that anAppInstanceUserEndpointisINACTIVEdue to invalid device tokenINVALID_PINPOINT_ARNindicates that anAppInstanceUserEndpointisINACTIVEdue to an invalid pinpoint ARN that was input through theResourceArnfield.
-
Enum that indicates the Status of an
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKIdentityEndpointStatus status;Swift
var status: AWSChimeSDKIdentityEndpointStatus { get set } -
The reason for the
EndpointStatus.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKIdentityEndpointStatusReason statusReason;Swift
var statusReason: AWSChimeSDKIdentityEndpointStatusReason { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityEndpointState Class Reference