LocationTemplate

data class LocationTemplate @JvmOverloads constructor(address: String, content: Content, addressTitle: String?, social: Social?, buttons: List<Button>?, buttonTitle: String?) : DefaultTemplate, Parcelable

위치 메시지용 기본 템플릿
Default template for location messages

Constructors

Link copied to clipboard
fun LocationTemplate(address: String, content: Content, addressTitle: String? = null, social: Social? = null, 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 address: String

주소
Address

Link copied to clipboard
val addressTitle: String? = null

장소 이름
Name of the place

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 content: Content

메시지 콘텐츠
Contents for the message

Link copied to clipboard
val objectType: String

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

Link copied to clipboard
val social: Social? = null

소셜 정보
Social information