Bold360 and BoldChat Developer Center

BCChatRecaptureDelegate.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 
7 @protocol BCChatSession;
8 
13 @protocol BCChatRecaptureDelegate <NSObject>
14 
20 - (void)bcChatSessionRecaptureAvailable:(id<BCChatSession>)chatSession;
21 
22 @end
The delegate that will be notified if an operator has attempted to re-capture an attempted chat sessi...
Definition: BCChatRecaptureDelegate.h:13
The main class protocol that is used to interact with an active chat session.
Definition: BCChatSession.h:29