Package io.scanbot.sdk.barcode
Interface BarcodeAutoSnappingController.AutoSnappingCallback
-
- All Implemented Interfaces:
public interface BarcodeAutoSnappingController.AutoSnappingCallback
Called right before auto-snapping routine takes picture. Might intercept and cancel the shooting.
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
onAutoSnapping()
Called right before auto-snapping routine takes picture. -
-
Method Detail
-
onAutoSnapping
abstract Boolean onAutoSnapping()
Called right before auto-snapping routine takes picture. Might intercept and cancel the shooting.
-
-
-
-