Last updated 2 years ago
This interface is used with .
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
reset(ResetCallback)