ResetCallback
This interface is used with reset(ResetCallback)
.
ResetCallback API
onResetFailure()
onResetFailure()
Called when the SDK reset fails.
Parameters
reason
A ResetFailureReason
enum indicating the failure reason.
onResetSuccess()
onResetSuccess()
Called when the SDK reset completes.
Last updated