Bold360 and BoldChat Developer Center

<BCChatRecaptureDelegate> Protocol Reference

The delegate that will be notified if an operator has attempted to re-capture an attempted chat session while chat was unavailable. More...

#import <BCChatRecaptureDelegate.h>

Inheritance diagram for <BCChatRecaptureDelegate>:

Instance Methods

(void) - bcChatSessionRecaptureAvailable:
 While the user fills the unavailable operator email for, an operator can become active. This method is called on this event. More...
 

Detailed Description

The delegate that will be notified if an operator has attempted to re-capture an attempted chat session while chat was unavailable.

Since
Version 1.0

Method Documentation

- (void) bcChatSessionRecaptureAvailable: (id< BCChatSession >)  chatSession

While the user fills the unavailable operator email for, an operator can become active. This method is called on this event.

Parameters
chatSessionThe chat session which the callback is originated from.
Since
Version 1.0

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