Package-level declarations

Types

Link copied to clipboard
interface FormField
Link copied to clipboard
interface FormFieldItem
Link copied to clipboard

The type of error associated with a pre-chat field.

Link copied to clipboard
interface PreChatField : Parcelable, FormField

A pre-chat field for a Conversation.

Link copied to clipboard
@JsonClass(generateAdapter = false)
enum PreChatFieldType : Enum<PreChatFieldType> , Parcelable

The type of PreChatField.

Link copied to clipboard
Link copied to clipboard
data class PreChatLabels(val display: String) : Parcelable

The labels associated with pre-chat fields.