| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.queuing.QueueState.Status | |
Defines possible Queue state types.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QueueState.Status | CLOSED | CLOSED - Visitor cannot enqueue because the Queue is closed | |||||||||
| QueueState.Status | FULL | FULL - Visitor cannot enqueue because the Queue reached its max capacity | |||||||||
| QueueState.Status | OPEN | OPEN - Visitor can enqueue | |||||||||
| QueueState.Status | UNKNOWN | UNKNOWN - Visitor should not enqueue because the Queue state is not supported by current version of SDK | |||||||||
| QueueState.Status | UNSTAFFED | UNSTAFFED - Visitor cannot enqueue because the Queue is unstaffed | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static QueueState.Status | valueOf(String name) | ||||||||||
| final static Status[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
From interface
java.lang.constant.Constable
| |||||||||||
CLOSED - Visitor cannot enqueue because the Queue is closed
FULL - Visitor cannot enqueue because the Queue reached its max capacity
UNKNOWN - Visitor should not enqueue because the Queue state is not supported by current version of SDK
UNSTAFFED - Visitor cannot enqueue because the Queue is unstaffed