java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.salesforce.android.chat.ui.model.QueueStyle |
Specifies how queue updates are conveyed to the customer while waiting for an Agent to connect.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QueueStyle | EstimatedWaitTime | Displays the customer's estimated wait time while waiting for an agent to connect. | |||||||||
QueueStyle | None | Hides the display of the customer's queue position/estimated wait time while waiting for an agent to connect. | |||||||||
QueueStyle | Position | Displays the customer's queue position while waiting for an agent to connect. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static QueueStyle | valueOf(String name) | ||||||||||
final static QueueStyle[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Displays the customer's estimated wait time while waiting for an agent to connect.
For more information on estimated wait time updates see: com.salesforce.android.chat.core.QueueListener#onQueueEstimatedWaitTimeUpdate(int) (int)}
Hides the display of the customer's queue position/estimated wait time while waiting for an agent to connect.
Displays the customer's queue position while waiting for an agent to connect.
For more information on queue position updates see: onQueuePositionUpdate(int)