public static abstract @interface Barcode.BarcodeValueType implements Annotation

Barcode value type constants - enumeration of supported barcode content value types:

  1. Barcode.TYPE_UNKNOWN
  2. Barcode.TYPE_CONTACT_INFO
  3. Barcode.TYPE_EMAIL
  4. Barcode.TYPE_ISBN
  5. Barcode.TYPE_PHONE
  6. Barcode.TYPE_PRODUCT
  7. Barcode.TYPE_SMS
  8. Barcode.TYPE_TEXT
  9. Barcode.TYPE_URL
  10. Barcode.TYPE_WIFI
  11. Barcode.TYPE_GEO
  12. Barcode.TYPE_CALENDAR_EVENT
  13. Barcode.TYPE_DRIVER_LICENSE

Inherited Method Summary