trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.push
/
GetNotifications
/
Response
/
Notification
Notification
@
Serializable
data
class
Notification
(
val
actions
:
Set
<
PushAction
>
,
val
event
:
ClientEvent.RoomEvent
<
*
>
,
val
profileTag
:
String
?
=
null
,
val
read
:
Boolean
,
val
roomId
:
RoomId
,
val
timestamp
:
Long
)
Members
Constructors
Notification
Link copied to clipboard
constructor
(
actions
:
Set
<
PushAction
>
,
event
:
ClientEvent.RoomEvent
<
*
>
,
profileTag
:
String
?
=
null
,
read
:
Boolean
,
roomId
:
RoomId
,
timestamp
:
Long
)
Properties
actions
Link copied to clipboard
@
SerialName
(
value
=
"actions"
)
val
actions
:
Set
<
PushAction
>
event
Link copied to clipboard
@
SerialName
(
value
=
"event"
)
val
event
:
ClientEvent.RoomEvent
<
*
>
profile
Tag
Link copied to clipboard
@
SerialName
(
value
=
"profile_tag"
)
val
profileTag
:
String
?
read
Link copied to clipboard
@
SerialName
(
value
=
"read"
)
val
read
:
Boolean
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId
timestamp
Link copied to clipboard
@
SerialName
(
value
=
"ts"
)
val
timestamp
:
Long