SOSAgentAvailabilityStatusType Constants Reference
Declared in | SOSAgentAvailability.h |
---|
SOSAgentAvailabilityStatusType
Enum for the Availability Status updates generated by the
[SOSAgentAvailabilityDelegate agentAvailability:didChange:]
event.
Definition
typedef NS_ENUM(NSInteger, SOSAgentAvailabilityStatusType ) {
SOSAgentAvailabilityStatusUnknown = 0,
SOSAgentAvailabilityStatusAvailable = 1,
SOSAgentAvailabilityStatusUnavailable = 2,
};
Constants
SOSAgentAvailabilityStatusUnknown
-
The base status of the agentAvailability. This is the first response you will see after you begin polling. This state is reset whenever polling is stopped.
Declared In
SOSAgentAvailability.h
. SOSAgentAvailabilityStatusAvailable
-
An agent may be currently available to receive incoming SOS sessions. It is possible that an agent may become unavailable between polling, so this is only an indicator that it is possible that an agent can answer a call.
Declared In
SOSAgentAvailability.h
. SOSAgentAvailabilityStatusUnavailable
-
No agents are currently available to receive SOS calls.
Declared In
SOSAgentAvailability.h
.
Declared In
SOSAgentAvailability.h