Bold360 and BoldChat Developer Center

BoldChatViewSettings Class Reference

BoldChat view related settings. More...

#import <BoldChatViewSettings.h>

Inheritance diagram for BoldChatViewSettings:

Properties

BOOL hidesBackButtonWhileActive
 If YES the back or left navigation button is only shown when there is an error, or at the chat end. Default is NO. More...
 
BoldChatViewSettingsFormSubmitStyle formSubmitStyle
 The form submission button style. Default is BoldChatViewSettingsFormSubmitStyleRightNavigationButton. More...
 
BoldChatViewSettingsFormCellRequiredStyle formCellRequiredStyle
 Displaying required state of cells style. Default is BoldChatViewSettingsFormCellRequiredStyleOnTitleLabel. More...
 
BoldChatViewSettingsEndChatStyle endChatStyle
 The chat screen's End Chat button placing style. More...
 
NSString * mainViewXibName
 The name of the main xib file, that BoldChatViewController is initiated. More...
 
NSString * formViewXibName
 The name of the xib file, that pre post and unavailable chat forms are initiated. More...
 
NSString * singleLineCellXibName
 The single line input cell layout xib. More...
 
BOOL hideSingleLineTitleOnTyping
 If YES, the title and required labels are hidden if the text in the text field is not empty. More...
 
NSString * singleLineEmailCellXibName
 The single line input cell for email enter layout xib. More...
 
NSString * singleLinePhoneCellXibName
 The single line input cell for phone number enter layout xib. More...
 
NSString * multiLineCellXibName
 The multi line input cell layout xib. More...
 
BOOL hideMultiLineLineTitleOnTyping
 If YES, the title and required labels are hidden on the selection cell if the text in the text view is not empty. More...
 
NSString * pickerCellXibName
 The selection picker cell layout xib. More...
 
NSString * horizontalPickerCellXibName
 The horizontal picker cell layout xib. More...
 
NSString * ratingCellXibName
 The rating line cell layout xib. More...
 
BoldChatViewSettingsSelectionCellStyle selectionCellStyle
 The selection cell style. More...
 
NSString * selectionCellXibName
 The selection cell layout xib. This shows the result of a picker. More...
 
NSString * buttonCellXibName
 The button cell layout xib. This represents a button for submission of a form. More...
 
NSString * preChatHeaderXibName
 The pre-chat form header layout xib. More...
 
NSString * postChatHeaderXibName
 The post-chat form header layout xib. More...
 
NSString * postChatEmailFooterXibName
 The post-chat form footer under the email cell layout xib. More...
 
NSString * unavailableChatHeaderXibName
 The unavailable chat form header layout xib. More...
 
NSString * chatViewXibName
 The chat view layout xib. More...
 
NSString * chatHistoryHtmlName
 The name of the html that shows the email history. More...
 
BoldChatChatViewEventHandlerchatViewEventHandler
 The delegate that handles the dynamic behavior of the chat view. More...
 

Detailed Description

BoldChat view related settings.

Since
Version 1.0

Property Documentation

- (NSString*) buttonCellXibName
readwritenonatomiccopy

The button cell layout xib. This represents a button for submission of a form.

Since
Version 1.0
- (NSString*) chatHistoryHtmlName
readwritenonatomiccopy

The name of the html that shows the email history.

Since
Version 1.0
- (BoldChatChatViewEventHandler*) chatViewEventHandler
readwritenonatomicstrong

The delegate that handles the dynamic behavior of the chat view.

Since
Version 1.0
- (NSString*) chatViewXibName
readwritenonatomiccopy

The chat view layout xib.

Since
Version 1.0
- (BoldChatViewSettingsEndChatStyle) endChatStyle
readwritenonatomicassign

The chat screen's End Chat button placing style.

Since
Version 1.0
- (BoldChatViewSettingsFormCellRequiredStyle) formCellRequiredStyle
readwritenonatomicassign

Displaying required state of cells style. Default is BoldChatViewSettingsFormCellRequiredStyleOnTitleLabel.

Since
Version 1.0
- (BoldChatViewSettingsFormSubmitStyle) formSubmitStyle
readwritenonatomicassign

The form submission button style. Default is BoldChatViewSettingsFormSubmitStyleRightNavigationButton.

Since
Version 1.0
- (NSString*) formViewXibName
readwritenonatomiccopy

The name of the xib file, that pre post and unavailable chat forms are initiated.

Since
Version 1.0
- (BOOL) hideMultiLineLineTitleOnTyping
readwritenonatomicassign

If YES, the title and required labels are hidden on the selection cell if the text in the text view is not empty.

Since
Version 1.0
- (BOOL) hidesBackButtonWhileActive
readwritenonatomicassign

If YES the back or left navigation button is only shown when there is an error, or at the chat end. Default is NO.

Since
Version 1.0
- (BOOL) hideSingleLineTitleOnTyping
readwritenonatomicassign

If YES, the title and required labels are hidden if the text in the text field is not empty.

Since
Version 1.0
- (NSString*) horizontalPickerCellXibName
readwritenonatomiccopy

The horizontal picker cell layout xib.

Since
Version 1.0
- (NSString*) mainViewXibName
readwritenonatomiccopy

The name of the main xib file, that BoldChatViewController is initiated.

Since
Version 1.0
- (NSString*) multiLineCellXibName
readwritenonatomiccopy

The multi line input cell layout xib.

Since
Version 1.0
- (NSString*) pickerCellXibName
readwritenonatomiccopy

The selection picker cell layout xib.

Since
Version 1.0
- (NSString*) postChatEmailFooterXibName
readwritenonatomiccopy

The post-chat form footer under the email cell layout xib.

Since
Version 1.0
- (NSString*) postChatHeaderXibName
readwritenonatomiccopy

The post-chat form header layout xib.

Since
Version 1.0
- (NSString*) preChatHeaderXibName
readwritenonatomiccopy

The pre-chat form header layout xib.

Since
Version 1.0
- (NSString*) ratingCellXibName
readwritenonatomiccopy

The rating line cell layout xib.

Since
Version 1.0
- (BoldChatViewSettingsSelectionCellStyle) selectionCellStyle
readwritenonatomicassign

The selection cell style.

Since
Version 1.0
- (NSString*) selectionCellXibName
readwritenonatomiccopy

The selection cell layout xib. This shows the result of a picker.

Since
Version 1.0
- (NSString*) singleLineCellXibName
readwritenonatomiccopy

The single line input cell layout xib.

Since
Version 1.0
- (NSString*) singleLineEmailCellXibName
readwritenonatomiccopy

The single line input cell for email enter layout xib.

Since
Version 1.0
- (NSString*) singleLinePhoneCellXibName
readwritenonatomiccopy

The single line input cell for phone number enter layout xib.

Since
Version 1.0
- (NSString*) unavailableChatHeaderXibName
readwritenonatomiccopy

The unavailable chat form header layout xib.

Since
Version 1.0

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