Uses of Class
android.device.scanner.configuration.Symbology

 

 

Methods in android.device with parameters of type Symbology
 void ScanManager.enableSymbology(Symbology barcodeType, boolean enable)
          Enables or disables a barcode symbology type.
 boolean ScanManager.isSymbologyEnabled(Symbology barcodeType)
          Returns current enable setting for a particular barcode symbology.
 boolean ScanManager.isSymbologySupported(Symbology barcodeType)
          Return true if the device's decoder is able to read a particular barcode symbology.
 

 

Methods in android.device.scanner.configuration that return Symbology
static Symbology Symbology.fromInt(int n)
          From an integer value, retrieves the corresponding Symbology.
static Symbology Symbology.fromOrdinal(int n)
          From the ordered enum to Symobology.
static Symbology Symbology.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Symbology[] Symbology.values()
          Returns an array containing the constants of this enum type, in the order they are declared.