public static class SyncCheck.SyncResult extends Object
SyncCheck.syncSuccess()
or SyncCheck.skippedSync()
,
or using INVALID_RESULT
if the sync failed
due to an external reason.Modifier and Type | Field and Description |
---|---|
static SyncCheck.SyncResult |
INVALID_RESULT |
Modifier and Type | Method and Description |
---|---|
long |
getLastSyncTime() |
boolean |
isResultValid() |
boolean |
wasSyncPerformed() |
public static final SyncCheck.SyncResult INVALID_RESULT
public boolean isResultValid()
public boolean wasSyncPerformed()
public long getLastSyncTime()
Copyright © 2023. All Rights Reserved.