For the complete documentation index, see llms.txt. This page is also available as Markdown.

ResetCallback.ResetFailureReason

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