Package com.zopim.android.sdk.prechat
Class PreChatForm
- java.lang.Object
-
- com.zopim.android.sdk.prechat.PreChatForm
-
- All Implemented Interfaces:
- java.io.Serializable
public class PreChatForm extends java.lang.Object implements java.io.Serializable
Pre chat form definitionUsed to define the form's fields as defined in
PreChatForm.Field
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
PreChatForm.Builder
Builds pre chat form with default of hidden if not specifiedstatic class
PreChatForm.Field
Defines available pre chat form field configurations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PreChatForm.Field
getDepartment()
Gets department filed configuration.PreChatForm.Field
getEmail()
Gets email filed configuration.PreChatForm.Field
getMessage()
Gets message filed configuration.PreChatForm.Field
getName()
Gets name filed configuration.PreChatForm.Field
getPhoneNumber()
Gets phone number filed configuration.
-
-
-
Method Detail
-
getName
public PreChatForm.Field getName()
Gets name filed configuration. Configuration types defined inPreChatForm.Field
- Returns:
- name field configuration
-
getEmail
public PreChatForm.Field getEmail()
Gets email filed configuration. Configuration types defined inPreChatForm.Field
- Returns:
- email field configuration
-
getPhoneNumber
public PreChatForm.Field getPhoneNumber()
Gets phone number filed configuration. Configuration types defined inPreChatForm.Field
- Returns:
- phoneNumber field configuration
-
getDepartment
public PreChatForm.Field getDepartment()
Gets department filed configuration. Configuration types defined inPreChatForm.Field
- Returns:
- department field configuration
-
getMessage
public PreChatForm.Field getMessage()
Gets message filed configuration. Configuration types defined inPreChatForm.Field
- Returns:
- message field configuration
-
-