public final enum

QueueStyle

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.salesforce.android.chat.ui.model.QueueStyle

Class Overview

Specifies how queue updates are conveyed to the customer while waiting for an Agent to connect.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final QueueStyle EstimatedWaitTime

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)}

public static final QueueStyle None

Hides the display of the customer's queue position/estimated wait time while waiting for an agent to connect.

public static final QueueStyle Position

Displays the customer's queue position while waiting for an agent to connect.

For more information on queue position updates see: onQueuePositionUpdate(int)

Public Methods

public static QueueStyle valueOf (String name)

public static final QueueStyle[] values ()