PreChatLabels

data class PreChatLabels(val display: String) : Parcelable

The labels associated with pre-chat fields.

Constructors

Link copied to clipboard
constructor(display: String)

Properties

Link copied to clipboard
val display: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)