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