vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.buttons
Package-level
declarations
Types
Types
Button
Config
Dto
Link copied to clipboard
@
Serializable
data
class
ButtonConfigDto
(
var
position
:
ButtonPosition
=
ButtonPosition.UNSPECIFIED
,
var
offset
:
String
=
""
,
var
width
:
String
=
""
,
var
height
:
String
=
""
,
var
idle
:
ButtonStateDto
=
ButtonStateDto()
,
var
loading
:
ButtonStateDto
=
ButtonStateDto()
,
var
active
:
ButtonStateDto
=
ButtonStateDto()
)
:
ButtonConfigProperties
Button
State
Dto
Link copied to clipboard
@
Serializable
data
class
ButtonStateDto
(
var
color
:
ButtonColor
?
=
null
,
var
type
:
ButtonType
=
ButtonType.UNSPECIFIED
,
var
title
:
String
=
""
,
var
subtitle
:
String
=
""
,
var
icon
:
String
=
""
)
:
ButtonStateProperties