Interface BarcodeScanningStartedCallback
-
- All Superinterfaces:
android.os.Parcelable
public interface BarcodeScanningStartedCallback extends android.os.Parcelable
Callback that will be invoked when barcode scanning step starts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onBarcodeScanningStarted()
Called when barcode scanning step starts.
-