Bold360 and BoldChat Developer Center

BCChatQueueDelegate.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 
11 @protocol BCChatQueueDelegate <NSObject>
12 
20 - (void)bcChat:(id<BCChat>)chat didUpdateQueuePosition:(NSInteger)position unavailableFormAvailable:(BOOL)unavailableFormAvailable;
21 
22 
23 @end
The delegate for callback about the queue position of the visitor.
Definition: BCChatQueueDelegate.h:11
A protocol of an object that sends and receives chat messages, states and events. ...
Definition: BCChat.h:21