Package io.realm.mongodb.sync
Interface SyncClientResetStrategy
-
- All Known Subinterfaces:
AutomaticClientResetStrategy,DiscardUnsyncedChangesStrategy,ManuallyRecoverUnsyncedChangesStrategy,RecoverOrDiscardUnsyncedChangesStrategy,RecoverUnsyncedChangesStrategy,SyncSession.ClientResetHandler
public interface SyncClientResetStrategyInterface that defines a generic sync client reset strategy, it could be eitherManuallyRecoverUnsyncedChangesStrategyorAutomaticClientResetStrategy.