trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events
/
EventType
Event
Type
data
class
EventType
(
val
kClass
:
KClass
<
out
EventContent
>
?
,
val
name
:
String
)
Members
Constructors
Event
Type
Link copied to clipboard
constructor
(
kClass
:
KClass
<
out
EventContent
>
?
,
name
:
String
)
Properties
k
Class
Link copied to clipboard
val
kClass
:
KClass
<
out
EventContent
>
?
name
Link copied to clipboard
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String