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