on Manual Reset Fallback
abstract fun onManualResetFallback(session: SyncSession, exception: ClientResetRequiredException)
Content copied to clipboard
Callback that indicates the Client reset failed to complete. It should be handled as in ManuallyRecoverUnsyncedChangesStrategy.onClientReset.
Parameters
session
SyncSession this error happened on.
exception
ClientResetRequiredException the specific Client Reset error.