Bold360 and BoldChat Developer Center

BoldChatAccountSettings Class Reference

Boldchat account related settings. More...

#import <BoldChatAccountSettings.h>

Inheritance diagram for BoldChatAccountSettings:

Properties

BCAccountaccount
 The Boldchat account to operate with. More...
 
NSString * visitorId
 The visitor ID. More...
 
BOOL skipPreChat
 If there is pre chat set for the chat it can be skipped by this parameter, with sending the answers in the extraParams. More...
 
NSDictionary * extraParams
 The answers for the skipped pre chat and external parameters. More...
 
NSString * secureParams
 An encrypted list of parameters that validate the caller of the API. More...
 

Detailed Description

Boldchat account related settings.

Since
Version 1.0

Property Documentation

- (BCAccount*) account
readwritenonatomicstrong

The Boldchat account to operate with.

Since
Version 1.0
- (NSDictionary*) extraParams
readwritenonatomiccopy

The answers for the skipped pre chat and external parameters.

Since
Version 1.0
- (NSString*) secureParams
readwritenonatomiccopy

An encrypted list of parameters that validate the caller of the API.

Since
Version 1.1
- (BOOL) skipPreChat
readwritenonatomicassign

If there is pre chat set for the chat it can be skipped by this parameter, with sending the answers in the extraParams.

Since
Version 1.0
- (NSString*) visitorId
readwritenonatomicstrong

The visitor ID.

Since
Version 1.0

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