Functions

Link copied to clipboard
abstract fun onBeforeReset(realm: TypedRealm)

Callback that indicates a Client Reset is about to happen. It receives a frozen instance of the realm that will be reset.

Link copied to clipboard

Callback that indicates the Client reset failed to complete. It should be handled as in ManuallyRecoverUnsyncedChangesStrategy.onClientReset.