Package io.scanbot.sdk.camera
Interface CameraTakePictureCallback
-
- All Implemented Interfaces:
public interface CameraTakePictureCallback
Notified about state of the take picture operation
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onTakePictureRequested()
Called when the take picture operation was successfully requested. abstract Unit
onTakePictureCancelled()
Called when the take picture operation could not be performed. -
-
Method Detail
-
onTakePictureRequested
abstract Unit onTakePictureRequested()
Called when the take picture operation was successfully requested.
-
onTakePictureCancelled
abstract Unit onTakePictureCancelled()
Called when the take picture operation could not be performed.
-
-
-
-