Class ScannerLibraryConstant.NOTIFICATION

Object
NOTIFICATION
Enclosing class:
ScannerLibraryConstant

public static class ScannerLibraryConstant.NOTIFICATION
extends Object
List of notification constants. Sets notification behavior when bar code is read.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int LED_OFF
    The notification LED not lights up in success and failure scanning.
    static int LED_ON
    The notification LED turns on GREEN in success scanning, and RED in failure scanning.
    static int SOUND_ALL_OFF
    The notification sound does not vibrate in success and failure scanning.
    static int SOUND_ALL_ON
    The notification sound sounds in success and failure scanning.
    static int SOUND_FAIL_ON
    The notification sound sounds in failure scanning.
    static int SOUND_SUCCESS_ON
    The notification sound sounds in success scanning.
    static int VIBRATOR_ALL_OFF
    The notification vibrator does not vibrate in success and failure scanning.
    static int VIBRATOR_ALL_ON
    The notification vibrator vibrates in success and failure scanning.
    static int VIBRATOR_FAIL_ON
    The notification vibrator vibrates in failure scanning.
    static int VIBRATOR_SUCCESS_ON
    The notification vibrator vibrates in success scanning.
  • Constructor Summary

    Constructors 
    Constructor Description
    NOTIFICATION()  
  • Method Summary