java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.salesforce.android.sos.api.SosAvailability.Status |
Enumerates the possible availability statuses for SOS. The status will always be UNKNOWN
until startPolling(Context, String, String, String)
has been called and at least one
availability request has returned successfully.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SosAvailability.Status | AVAILABLE | There is at least one agent online and available to accept SOS sessions. | |||||||||
SosAvailability.Status | UNAVAILABLE | All agents are either offline or unavailable to accept SOS sessions. | |||||||||
SosAvailability.Status | UNKNOWN | No availability status has been received from the server. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SosAvailability.Status | valueOf(String name) | ||||||||||
final static Status[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
There is at least one agent online and available to accept SOS sessions.
All agents are either offline or unavailable to accept SOS sessions.
No availability status has been received from the server.