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-client
/
de.connect2x.trixnity.client.store
/
StoredNotification
/
Message
Message
@
Serializable
@
SerialName
(
value
=
"message"
)
data
class
Message
(
val
sortKey
:
String
,
val
roomId
:
RoomId
,
val
eventId
:
EventId
,
val
actions
:
Set
<
PushAction
>
,
val
dismissed
:
Boolean
=
false
)
:
StoredNotification
Members
Constructors
Message
Link copied to clipboard
constructor
(
sortKey
:
String
,
roomId
:
RoomId
,
eventId
:
EventId
,
actions
:
Set
<
PushAction
>
,
dismissed
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
open
override
val
actions
:
Set
<
PushAction
>
dismissed
Link copied to clipboard
open
override
val
dismissed
:
Boolean
event
Id
Link copied to clipboard
open
override
val
eventId
:
EventId
id
Link copied to clipboard
open
override
val
id
:
String
room
Id
Link copied to clipboard
open
override
val
roomId
:
RoomId
sort
Key
Link copied to clipboard
open
override
val
sortKey
:
String