Bold360 and BoldChat Developer Center

<BCChatQueueDelegate> Protocol Reference

The delegate for callback about the queue position of the visitor. More...

#import <BCChatQueueDelegate.h>

Inheritance diagram for <BCChatQueueDelegate>:

Instance Methods

(void) - bcChat:didUpdateQueuePosition:unavailableFormAvailable:
 The visitor received an operator busy callback. More...
 

Detailed Description

The delegate for callback about the queue position of the visitor.

Since
Version 1.0

Method Documentation

- (void) bcChat: (id< BCChat >)  chat
didUpdateQueuePosition: (NSInteger)  position
unavailableFormAvailable: (BOOL)  unavailableFormAvailable 

The visitor received an operator busy callback.

Parameters
chatThe chat which the callback is originated from.
positionThe position of the user in the queue.
unavailableFormAvailableUnavailable form can be requested if the visitor decides to fill it and finish the chat.
Since
Version 1.0

The documentation for this protocol was generated from the following file: