Delegate ClientResetHandlerBase.ClientResetCallback
Callback triggered when a Client Reset error happens in a synchronized Realm.
Namespace: Realms.Sync.ErrorHandling
Assembly: Realm.dll
Syntax
public delegate void ClientResetHandlerBase.ClientResetCallback(ClientResetException clientResetException)
Parameters
Type | Name | Description |
---|---|---|
ClientResetException | clientResetException | The specific ClientResetException that holds useful data to be used when trying to manually recover from a client reset. |