Bold360 and BoldChat Developer Center

<BCChatMessageDelegate> Protocol Reference

Callbacks on message departures and arrivals. More...

#import <BCChatMessageDelegate.h>

Inheritance diagram for <BCChatMessageDelegate>:

Instance Methods

(void) - bcChat:didAddMessage:
 The visitor received a message. It can be an operator, system or a previous visitor message. More...
 
(void) - bcChat:didAddAutoMessage:
 The visitor received an auto message. More...
 
(void) - bcChat:didSendVisitorMessage:
 The message send by the visitor reached the server. More...
 

Detailed Description

Callbacks on message departures and arrivals.

There ar callbacks for message and aut message arrival to the chat. It also notifies when a message originated from the user was sent to the server.

Since
Version 1.0

Method Documentation

- (void) bcChat: (id< BCChat >)  chat
didAddAutoMessage: (BCMessage *)  message 

The visitor received an auto message.

Parameters
chatThe chat which the callback is originated from.
messageThe message received.
Since
Version 1.0
- (void) bcChat: (id< BCChat >)  chat
didAddMessage: (BCMessage *)  message 

The visitor received a message. It can be an operator, system or a previous visitor message.

Parameters
chatThe chat which the callback is originated from.
messageThe message received.
Since
Version 1.0
- (void) bcChat: (id< BCChat >)  chat
didSendVisitorMessage: (BCMessage *)  message 
optional

The message send by the visitor reached the server.

Parameters
chatThe chat which the callback is originated from.
messageThe message that was sent.
Since
Version 1.0

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