ResetCallback

This interface is used with reset(ResetCallback).

ResetCallback API

onResetFailure()

void onResetFailure(ResetFailureReason reason)

Called when the SDK reset fails.

Parameters

reason

A ResetFailureReason enum indicating the failure reason.

onResetSuccess()

void onResetSuccess()

Called when the SDK reset completes.

Last updated