trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.notification
/
EvaluatePushRulesResult
/
State
State
data
class
State
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
?
,
val
type
:
String
,
val
stateKey
:
String
,
val
actions
:
Set
<
PushAction
>
)
:
EvaluatePushRulesResult
Members
Constructors
State
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
eventId
:
EventId
?
,
type
:
String
,
stateKey
:
String
,
actions
:
Set
<
PushAction
>
)
Properties
actions
Link copied to clipboard
open
override
val
actions
:
Set
<
PushAction
>
event
Id
Link copied to clipboard
open
override
val
eventId
:
EventId
?
room
Id
Link copied to clipboard
open
override
val
roomId
:
RoomId
state
Key
Link copied to clipboard
val
stateKey
:
String
type
Link copied to clipboard
val
type
:
String