package

com.salesforce.android.chat.ui.model

Interfaces

PreChatTextInputField.Validator Validator offers an extensible way for you to perform custom validation on values applied to PreChatTextInputField

Classes

PreChatPickListField A pre-chat field used to present pick list options to the user. 
PreChatPickListField.Builder Used to construct PreChatPickListField objects for presenting pick list options to the user during pre-chat. 
PreChatPickListField.Option A pick list option that can be used with PreChatPickListField and displayed on the pre-chat UI. 
PreChatTextInputField A pre-chat field used to request text input from the user. 
PreChatTextInputField.Builder Used to construct PreChatTextInputField objects for requesting text input from the user during pre-chat.