Button

data class Button(title: String, link: Link) : Parcelable

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

Parameters

title

버튼 문구
Label for the button

link

바로가기 URL
Link URL

Constructors

Link copied to clipboard
fun Button(title: String, link: Link)

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 link: Link
Link copied to clipboard
val title: String