Bold360 and BoldChat Developer Center

<BCChatTyperDelegate> Protocol Reference

Callbacks on typing events. More...

#import <BCChatTyperDelegate.h>

Inheritance diagram for <BCChatTyperDelegate>:

Instance Methods

(void) - bcChat:didUpdateTyper:typing:
 An operator started or stopped typing. More...
 
(void) - bcChat:didSendVisitorTyping:
 The message send by the visitor reached the server. More...
 

Detailed Description

Callbacks on typing events.

It has a callback on the operator starting or stopping typing. It has also a callback on the visitor typing message sending.

Since
Version 1.0

Method Documentation

- (void) bcChat: (id< BCChat >)  chat
didSendVisitorTyping: (BOOL)  typing 
optional

The message send by the visitor reached the server.

Parameters
chatThe chat which the callback is originated from.
typingYes if any of the operators is typing.
Since
Version 1.0
- (void) bcChat: (id< BCChat >)  chat
didUpdateTyper: (BCPerson *)  person
typing: (BOOL)  typing 

An operator started or stopped typing.

Parameters
chatThe chat which the callback is originated from.
personThe operator.
typingIf the operator started or stopped typing.
Since
Version 1.0

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