sync Client Reset Strategy
fun syncClientResetStrategy(resetStrategy: SyncClientResetStrategy): SyncConfiguration.Builder
Content copied to clipboard
Sets the strategy that would handle the client reset by this synced Realm.
In case no strategy is defined the default one, RecoverOrDiscardUnsyncedChangesStrategy, will be used.
Parameters
reset Strategy
custom strategy to handle client reset.