Bold360 and BoldChat Developer Center

<BCSubmitPostChatDelegate> Protocol Reference

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

#import <BCSubmitPostChatDelegate.h>

Inheritance diagram for <BCSubmitPostChatDelegate>:

Instance Methods

(void) - bcChatSessionDidSubmitPostChat:
 The post chat submission call finished successfully. More...
 
(void) - bcChatSession:didFailToSubmitPostChatWithError:
 The post chat submission call finished with error. More...
 

Detailed Description

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

Since
Version 1.0

Method Documentation

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

The post chat submission call finished with error.

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) bcChatSessionDidSubmitPostChat: (id< BCChatSession >)  chatSession

The post chat submission call finished successfully.

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: