trixnity-clientserverapi-model
3.2.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.push
/
GetNotifications
/
Response
/
Notification
Notification
@
Serializable
data
class
Notification
(
val
actions
:
Set
<
PushAction
>
,
val
event
:
Event
<
*
>
,
val
profileTag
:
String
?
=
null
,
val
read
:
Boolean
,
val
roomId
:
RoomId
,
val
timestamp
:
Long
)
Constructors
Properties
Constructors
Notification
Link copied to clipboard
fun
Notification
(
actions
:
Set
<
PushAction
>
,
event
:
Event
<
*
>
,
profileTag
:
String
?
=
null
,
read
:
Boolean
,
roomId
:
RoomId
,
timestamp
:
Long
)
Properties
actions
Link copied to clipboard
val
actions
:
Set
<
PushAction
>
event
Link copied to clipboard
val
event
:
Event
<
*
>
profile
Tag
Link copied to clipboard
val
profileTag
:
String
?
=
null
read
Link copied to clipboard
val
read
:
Boolean
room
Id
Link copied to clipboard
val
roomId
:
RoomId
timestamp
Link copied to clipboard
val
timestamp
:
Long