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

OnStartFinishedHandler

This interface is used with start(OnStartFinishedHandler).

OnStartFinishedHandler API

OnStartFinished

void onStartFinished(SdkStatus sdkStatus)

Called when the SDK start operation has finished. This does not guarantee that detections are actually occurring; to know that, check the SdkStatus parameter.

Parameters

status

An Sdkstatus object representing the current SDK status.

Last updated