Package io.scanbot.sdk.barcode
Interface BarcodeAutoSnappingController.AutoSnappingCallback
-
- All Implemented Interfaces:
public interface BarcodeAutoSnappingController.AutoSnappingCallbackCalled right before auto-snapping routine takes picture. Might intercept and cancel the shooting.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonAutoSnapping()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.
-
-
-
-