Bold360 and BoldChat Developer Center

BoldChatSecureParamsProvision.h

1 //
2 // BoldChatSecureParamsProvision.h
3 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
4 //
5 
6 #import <Foundation/Foundation.h>
7 
14 @protocol BoldChatSecureParamsProvision <NSObject>
15 
21 - (void)continueCreationWithSecureParams:(NSString *)secureParams;
22 
28 
34 - (void)failedToGetSecureParamsWithErrorText:(NSString *)errorText;
35 
36 @end
void continueCreationWithNoSecureParams()
Continue creating the chat without secure parameters.
Protocol for providing secure parameters for creating a chat session. If the BoldChatViewController ...
Definition: BoldChatSecureParamsProvision.h:14