This interface is used with start(OnStartFinishedHandler).
start(OnStartFinishedHandler)
Copyvoid 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.
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.
SdkStatus
status
An Sdkstatus object representing the current SDK status.
Sdkstatus
Last updated 2 years ago