Class ClientResetHandlerBase
The base class for the different types of client reset handlers. The possible implementations are RecoverOrDiscardUnsyncedChangesHandler, RecoverUnsyncedChangesHandler, DiscardUnsyncedChangesHandler and ManualRecoveryHandler. To use either of them, create a new instance and assign it to ClientResetHandler on the configuration you use to open the synchronized Realm instance.
Inheritance
ClientResetHandlerBase
Namespace: Realms.Sync.ErrorHandling
Assembly: Realm.dll
Syntax
public abstract class ClientResetHandlerBase