BarcodeType enum
Barcode value type constants
Values
- unknown → const BarcodeType
-
Barcode value type unknown, which indicates the current version of SDK cannot recognize the structure of the barcode. Developers can inspect the raw value instead.
Constant Value: 0
- contactInfo → const BarcodeType
-
Barcode value type constant for contact information.
Constant Value: 1
- email → const BarcodeType
-
Barcode value type constant for email message details.
Constant Value: 2
- isbn → const BarcodeType
-
Barcode value type constant for ISBNs.
Constant Value: 3
- phone → const BarcodeType
-
Barcode value type constant for phone numbers.
Constant Value: 4
- product → const BarcodeType
-
Barcode value type constant for product codes.
Constant Value: 5
- sms → const BarcodeType
-
Barcode value type constant for SMS details.
Constant Value: 6
- text → const BarcodeType
-
Barcode value type constant for plain text.
Constant Value: 7
- url → const BarcodeType
-
Barcode value type constant for URLs/bookmarks.
Constant Value: 8
- wifi → const BarcodeType
-
Barcode value type constant for WiFi access point details.
Constant Value: 9
- geo → const BarcodeType
-
Barcode value type constant for geographic coordinates.
Constant Value: 10
- calendarEvent → const BarcodeType
-
Barcode value type constant for calendar events.
Constant Value: 11
- driverLicense → const BarcodeType
-
Barcode value type constant for driver's license data.
Constant Value: 12
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BarcodeType> - A constant List of the values in this enum, in order of their declaration.