-
public interface DataCaptureScenario.CallbackThe callback for DataCaptureScenario.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonDataCaptured(DataCaptureScenario.Result result)Called on successful completion of the scenario. abstract UnitonError(Exception exception)Called on scenario interruption with error. -
-
Method Detail
-
onDataCaptured
@MainThread() abstract Unit onDataCaptured(DataCaptureScenario.Result result)
Called on successful completion of the scenario.
-
-
-
-