a2cui-agui
Toggle table of contents
0.1.0-a02
common
Target filter
common
Switch theme
Search in API
Skip to content
a2cui-agui
a2cui-agui
/
dev.mikepenz.a2cui.agui
/
AguiEvent
/
Custom
Custom
@
Serializable
@
SerialName
(
value
=
"CUSTOM"
)
data
class
Custom
(
val
name
:
String
,
val
value
:
JsonElement
,
val
timestamp
:
Long
?
=
null
)
:
AguiEvent
Members
Constructors
Custom
Link copied to clipboard
constructor
(
name
:
String
,
value
:
JsonElement
,
timestamp
:
Long
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?
value
Link copied to clipboard
val
value
:
JsonElement