Bold360 and BoldChat Developer Center

BoldChatChatViewEventHandler Class Reference

The default event handler for BoldChat chat logic. This class is responsible for the animations and layouting of the chat view on certain events. More...

#import <BoldChatChatViewEventHandler.h>

Inheritance diagram for BoldChatChatViewEventHandler:
<BCChatViewLogicEvents>

Additional Inherited Members

- Instance Methods inherited from <BCChatViewLogicEvents>
(void) - bcChatViewLogicChatDidStart:
 Showing the chat view did start. More...
 
(void) - bcChatViewLogicChatDidConnect:
 The chat connected, sending and receiving messages can begin. More...
 
(void) - bcChatViewLogic:chatDidEndAt:text:
 The chat did end. It could have been initiated by the operator, the system, or by a network error. If the visitor initiates the chat finish, the chat view is hidden automatically. More...
 
(void) - bcChatViewLogic:visitorDidSendMessage:
 The visitor added a message, and the message was sent to the server. More...
 
(void) - bcChatViewLogic:messageDidArriveToChatHistory:
 An operator, visitor or system message arrived form the server. It can be also a message that was sent from the current visitor. More...
 
(void) - bcChatViewLogic:autoMessageDidArriveToChatHistory:
 An auto message arrived from the server. More...
 
(void) - bcChatViewLogic:typersDidChangeWithTypers:messageFormat:
 The list of typing operators changed. More...
 
(void) - bcChatViewLogic:operatorIsBusyQueuePosition:messageFormat:unavailableFormAvailable:
 A notification for operator busy. The position in the operator's queue, and if an unavailable form is available is also given. More...
 
(void) - bcChatViewLogicLocalisationChanged:
 The language for the chat is set or changed. More...
 
(void) - bcChatViewLogicViewDidLoad:
 The chat view did load. Additional initializations can be placed here. More...
 
(void) - bcChatViewLogic:textInputDidChangeWithTranslucentTop:translucentBottom:
 The text in the input text view changed. More...
 
(void) - bcChatViewLogic:didChangeLayoutWithTranslucentTop:translucentBottom:
 The layout of the chat view changed. More...
 
(void) - bcChatViewLogicWillCleanUp:
 The views will be deallocated, remove all KVOs and perform custom deinitializations. More...
 

Detailed Description

The default event handler for BoldChat chat logic. This class is responsible for the animations and layouting of the chat view on certain events.

Since
Version 1.0

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