Bold360 and BoldChat Developer Center

<BCSubmitUnavailableEmailDelegate> Protocol Reference

The callbacks for the result of BCChatSession::submitUnavailableEmail:delegate: . More...

#import <BCSubmitUnavailableEmailDelegate.h>

Inheritance diagram for <BCSubmitUnavailableEmailDelegate>:

Instance Methods

(void) - bcChatSessionDidSubmitUnavailableEmail:
 The submission of email address to send the chat transcript to was successful. More...
 
(void) - bcChatSession:didFailToSubmitUnavailableEmailWithError:
 The submission of email address to send the chat transcript to failed. More...
 

Detailed Description

The callbacks for the result of BCChatSession::submitUnavailableEmail:delegate: .

Since
Version 1.0

Method Documentation

- (void) bcChatSession: (id< BCChatSession >)  chatSession
didFailToSubmitUnavailableEmailWithError: (NSError *)  error 

The submission of email address to send the chat transcript to failed.

Parameters
chatSessionThe chat session which the callback is originated from.
errorThe error description about the failure. Check error.code with BCErrorCodes.h to get the exact error.
Since
Version 1.0
- (void) bcChatSessionDidSubmitUnavailableEmail: (id< BCChatSession >)  chatSession

The submission of email address to send the chat transcript to was successful.

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: