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

 

 

Methods in android.device that return Triggering
 Triggering ScanManager.getTriggerMode()
          Returns current configure triggering decode mode.
 

Methods in android.device with parameters of type Triggering
 void ScanManager.setTriggerMode(Triggering mode)
          This method set specifies which mode to control decode.
 

 

Methods in android.device.scanner.configuration that return Triggering
static Triggering Triggering.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Triggering[] Triggering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.