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
/
StoredNotificationState
/
Push
Push
@
Serializable
@
SerialName
(
value
=
"push"
)
data
class
Push
(
val
roomId
:
RoomId
)
:
StoredNotificationState
There was push notification from external sources.
Members
Constructors
Push
Link copied to clipboard
constructor
(
roomId
:
RoomId
)
Properties
needs
Process
Link copied to clipboard
open
override
val
needsProcess
:
Boolean
=
true
needs
Sync
Link copied to clipboard
open
override
val
needsSync
:
Boolean
=
true
notifications
Disabled
Link copied to clipboard
open
override
val
notificationsDisabled
:
Boolean
=
false
room
Id
Link copied to clipboard
open
override
val
roomId
:
RoomId