Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.api
/
ButtonsAPI
/
ButtonData
Button
Data
data
class
ButtonData
(
val
label
:
String
,
val
style
:
ButtonStyle
,
val
onPress
:
(
Message
,
FragmentActivity
)
->
Unit
)
Stores data about a button
Members
Constructors
Button
Data
Link copied to clipboard
constructor
(
label
:
String
,
style
:
ButtonStyle
,
onPress
:
(
Message
,
FragmentActivity
)
->
Unit
)
Properties
label
Link copied to clipboard
val
label
:
String
on
Press
Link copied to clipboard
val
onPress
:
(
Message
,
FragmentActivity
)
->
Unit
style
Link copied to clipboard
val
style
:
ButtonStyle