onBeforeReset

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.

Parameters

realm

frozen TypedRealm in its state before the reset.