toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.sync
/
SyncState
Sync
State
data
class
SyncState
(
val
userId
:
String
,
val
activeChannelIds
:
List
<
String
>
=
emptyList()
,
val
lastSyncedAt
:
Date
?
=
null
,
val
rawLastSyncedAt
:
String
?
=
null
,
val
markedAllReadAt
:
Date
?
=
null
)
Members
Members & Extensions
Constructors
Sync
State
Link copied to clipboard
constructor
(
userId
:
String
,
activeChannelIds
:
List
<
String
>
=
emptyList()
,
lastSyncedAt
:
Date
?
=
null
,
rawLastSyncedAt
:
String
?
=
null
,
markedAllReadAt
:
Date
?
=
null
)
Properties
active
Channel
Ids
Link copied to clipboard
val
activeChannelIds
:
List
<
String
>
last
Synced
At
Link copied to clipboard
val
lastSyncedAt
:
Date
?
=
null
marked
All
Read
At
Link copied to clipboard
val
markedAllReadAt
:
Date
?
=
null
raw
Last
Synced
At
Link copied to clipboard
val
rawLastSyncedAt
:
String
?
=
null
user
Id
Link copied to clipboard
val
userId
:
String
Inherited functions
stringify
Link copied to clipboard
fun
SyncState
.
stringify
(
)
:
String