SCSChatConfigurationQueueStyle
enum SCSChatConfigurationQueueStyle : NSUInteger {}
Queue information display style. This value determines how information is presented to the user while waiting for an agent.
-
Don’t display any queue information to the user.
Declaration
Objective-C
SCSChatConfigurationQueueStyleNone
Swift
case none = 0
-
Display the position number in the queue.
Declaration
Objective-C
SCSChatConfigurationQueueStylePosition
Swift
case position = 1
-
Display the estimated wait time in the queue.
Declaration
Objective-C
SCSChatConfigurationQueueStyleEstimatedWaitTime
Swift
case estimatedWaitTime = 2