onClientReset

abstract fun onClientReset(session: SyncSession, exception: ClientResetRequiredException)

Callback that indicates a Client Reset has happened. This should be handled as quickly as possible as any further changes to the realm will not be synchronized with the server and must be moved manually from the backup realm to the new one.

Parameters

session

SyncSession during which this error happened.

exception

ClientResetRequiredException the specific Client Reset error.