Last updated 1 year ago
This interface is used with reset(ResetCallback).
reset(ResetCallback)
onResetFailure()
Copyvoid onResetFailure(ResetFailureReason reason)Called when the SDK reset fails.
void onResetFailure(ResetFailureReason reason)
Called when the SDK reset fails.
reason
A enum indicating the failure reason.
onResetSuccess()
Copyvoid onResetSuccess()Called when the SDK reset completes.
void onResetSuccess()
Called when the SDK reset completes.
ResetFailureReason