kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.syncmanager
/
SyncResult
/
SyncResult
Sync
Result
constructor
(
status
:
ServiceStatus
,
successful
:
List
<
String
>
,
failures
:
Map
<
String
,
String
>
,
persistedState
:
String
,
declined
:
List
<
String
>
?
,
nextSyncAllowedAt
:
Instant
?
,
telemetryJson
:
String
?
)