trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.notification
/
NotificationService
/
Notification
Notification
data
class
Notification
(
val
event
:
ClientEvent
<
*
>
,
val
actions
:
Set
<
PushAction
>
)
Members
Constructors
Notification
Link copied to clipboard
constructor
(
event
:
ClientEvent
<
*
>
,
actions
:
Set
<
PushAction
>
)
Properties
actions
Link copied to clipboard
val
actions
:
Set
<
PushAction
>
event
Link copied to clipboard
val
event
:
ClientEvent
<
*
>