Interface BarcodeScanningStartedCallback

All Superinterfaces:
android.os.Parcelable

public interface BarcodeScanningStartedCallback extends android.os.Parcelable
Callback that will be invoked when barcode scanning step starts.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when barcode scanning step starts.

    Methods inherited from interface android.os.Parcelable

    describeContents, writeToParcel
  • Method Details

    • onBarcodeScanningStarted

      void onBarcodeScanningStarted()
      Called when barcode scanning step starts.