kakao-open-android-docs
androidJvm
kakao-open-android-docs
/
com.kakao.sdk.template.model
/
Button
Button
@
Serializable
data
class
Button
(
val
title
:
String
,
val
link
:
Link
)
메시지 하단 버튼
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
)
Properties
link
Link copied to clipboard
val
link
:
Link
title
Link copied to clipboard
val
title
:
String