kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
sync
/
io.github.maniramezan.kommon.sync
/
SyncResponse
/
SyncResponse
Sync
Response
constructor
(
syncVersion
:
Int
,
mode
:
String
,
applied
:
List
<
SyncAppliedRecord
>
=
emptyList()
,
serverChanges
:
List
<
Change
>
=
emptyList()
,
cursor
:
String
?
=
null
,
hasMore
:
Boolean
=
false
,
fullResyncRequired
:
Boolean
=
false
,
metadataExtra
:
Map
<
String
,
String
>
=
emptyMap()
)