kakao-open-android-docs
androidJvm
kakao-open-android-docs
/
com.kakao.sdk.template.model
/
Button
Button
data
class
Button
(
val
title
:
String
,
val
link
:
Link
)
:
Parcelable
메시지 하단 버튼
Button at the bottom of the message
Parameters
title
버튼 문구
Label for the button
link
바로가기 URL
Link URL
Members
Constructors
Button
Link copied to clipboard
constructor
(
title
:
String
,
link
:
Link
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
link
Link copied to clipboard
val
link
:
Link
title
Link copied to clipboard
val
title
:
String