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-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomRoomState
Room
Room
State
data
class
RoomRoomState
(
val
roomId
:
RoomId
,
val
type
:
String
,
val
stateKey
:
String
,
val
event
:
String
)
Members
Constructors
Room
Room
State
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
type
:
String
,
stateKey
:
String
,
event
:
String
)
Properties
event
Link copied to clipboard
val
event
:
String
room
Id
Link copied to clipboard
val
roomId
:
RoomId
state
Key
Link copied to clipboard
val
stateKey
:
String
type
Link copied to clipboard
val
type
:
String