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