Bold360 and BoldChat Developer Center

<BoldChatSecureParamsProvision> Protocol Reference

Protocol for providing secure parameters for creating a chat session. If the BoldChatViewController is started with startWithWaitingForSecureParams this protocol is returned and used to provide the secure parameters and continue creating the chat session. More...

#import <BoldChatSecureParamsProvision.h>

Inheritance diagram for <BoldChatSecureParamsProvision>:

Instance Methods

(void) - continueCreationWithSecureParams:
 Continue creating the chat with secure parameters. More...
 
(void) - continueCreationWithNoSecureParams
 Continue creating the chat without secure parameters. More...
 
(void) - failedToGetSecureParamsWithErrorText:
 Getting the secured parameters failed. More...
 

Detailed Description

Protocol for providing secure parameters for creating a chat session. If the BoldChatViewController is started with startWithWaitingForSecureParams this protocol is returned and used to provide the secure parameters and continue creating the chat session.

Since
Version 1.1

Method Documentation

- (void) continueCreationWithNoSecureParams

Continue creating the chat without secure parameters.

Since
Version 1.1
- (void) continueCreationWithSecureParams: (NSString *)  secureParams

Continue creating the chat with secure parameters.

Parameters
secureParamsAn encrypted list of parameters that validate the caller of the API.
Since
Version 1.1
- (void) failedToGetSecureParamsWithErrorText: (NSString *)  errorText

Getting the secured parameters failed.

Parameters
errorTextIf valid, this message is displayed in the error view's label.
Since
Version 1.1

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