ResetCallback
ResetCallback API
onResetFailure()
onResetFailure()void onResetFailure(ResetFailureReason reason)
Parameters
onResetSuccess()
onResetSuccess()void onResetSuccess()
Last updated
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
This interface is used with reset(ResetCallback).
onResetFailure()void onResetFailure(ResetFailureReason reason)Called when the SDK reset fails.
reason
A ResetFailureReason enum indicating the failure reason.
onResetSuccess()void onResetSuccess()Called when the SDK reset completes.
Last updated