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
/
State
State
@
Serializable
@
SerialName
(
value
=
"state"
)
data
class
State
(
val
sortKey
:
String
,
val
roomId
:
RoomId
,
val
eventId
:
EventId
?
,
val
type
:
String
,
val
stateKey
:
String
,
val
actions
:
Set
<
PushAction
>
,
val
dismissed
:
Boolean
=
false
)
:
StoredNotification
Members
Constructors
State
Link copied to clipboard
constructor
(
sortKey
:
String
,
roomId
:
RoomId
,
eventId
:
EventId
?
,
type
:
String
,
stateKey
:
String
,
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
state
Key
Link copied to clipboard
val
stateKey
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"eventContentType"
)
val
type
:
String