TextTemplate

data class TextTemplate @JvmOverloads constructor(val text: String, val link: Link, val buttons: List<Button>? = null, val buttonTitle: String? = null) : DefaultTemplate, Parcelable

텍스트 메시지용 기본 템플릿
Default template for text messages

Constructors

Link copied to clipboard
constructor(text: String, link: Link, buttons: List<Button>? = null, buttonTitle: String? = null)

Functions

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

Properties

Link copied to clipboard
val buttons: List<Button>? = null

메시지 하단 버튼
Button at the bottom of the message

Link copied to clipboard
val buttonTitle: String? = null

버튼 문구
Label for the button

Link copied to clipboard
val link: Link

바로가기 정보
Link information

Link copied to clipboard

메시지 템플릿 타입, "text"로 고정
Type of the message template, fixed as "text"

Link copied to clipboard

텍스트
Text