Bold360 and BoldChat Developer Center

BoldChatViewSettings.h File Reference

#import <Foundation/Foundation.h>
#import "BoldChatChatViewEventHandler.h"

Go to the source code of this file.

Classes

class  BoldChatViewSettings
 BoldChat view related settings. More...
 

Functions

typedef NS_ENUM (NSInteger, BoldChatViewSettingsFormSubmitStyle)
 Placing submission button of forms. More...
 
typedef NS_ENUM (NSInteger, BoldChatViewSettingsEndChatStyle)
 Placing the End Chat button on chat screen. Default is BoldChatViewSettingsEndChatStyleRightNavigationButton. More...
 
typedef NS_ENUM (NSInteger, BoldChatViewSettingsFormCellRequiredStyle)
 Placing the required flag for form cells. More...
 
typedef NS_ENUM (NSInteger, BoldChatViewSettingsSelectionCellStyle)
 The selection cell style. More...
 

Function Documentation

typedef NS_ENUM ( NSInteger  ,
BoldChatViewSettingsFormSubmitStyle   
)

Placing submission button of forms.

Since
Version 1.0

< The submission button is the right navigation button.

Since
Version 1.0

< The submission button is in the last cell of the form.

Since
Version 1.0
typedef NS_ENUM ( NSInteger  ,
BoldChatViewSettingsEndChatStyle   
)

Placing the End Chat button on chat screen. Default is BoldChatViewSettingsEndChatStyleRightNavigationButton.

Since
Version 1.0

< The end chat button is the right navigation bar button.

Since
Version 1.0

< The end chat button is placed onto the chat view.

Since
Version 1.0
typedef NS_ENUM ( NSInteger  ,
BoldChatViewSettingsFormCellRequiredStyle   
)

Placing the required flag for form cells.

Since
Version 1.0

< Append the required text to the title label, with the formatting of the required label as an attributed text.

Since
Version 1.0

< Use the required label to mark a form field as required.

Since
Version 1.0
typedef NS_ENUM ( NSInteger  ,
BoldChatViewSettingsSelectionCellStyle   
)

The selection cell style.

Since
Version 1.0

< Both title and value cells are always visible.

Since
Version 1.0

< Only one of value and title label is shown. If no option is selected title is shown. If a value is selected value is shown. If the cell is open for selection, the currently selected value is shown.

Since
Version 1.0

< Only one of value and title label is shown. If no option is selected title is shown. If a value is selected value is shown. If the cell is open for selection, the title is shown.

Since
Version 1.0