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
/
RoomAccount
/
RoomAccount
Room
Account
constructor
(
id
:
Long
=
0
,
olmPickleKey
:
String
?
=
null
,
baseUrl
:
String
?
=
null
,
userId
:
UserId
?
=
null
,
deviceId
:
String
?
=
null
,
accessToken
:
String
?
=
null
,
refreshToken
:
String
?
=
null
,
syncBatchToken
:
String
?
=
null
,
filter
:
String
?
=
null
,
profile
:
String
?
=
null
,
isLocked
:
Boolean
=
false
)