ScanType enum

条码内容类型

Inheritance

Constructors

ScanType()
const

Values

ARTICLE_NUMBER_FORM → const ScanType

商品条码

EMAIL_CONTENT_FORM → const ScanType

邮件

TEL_PHONE_NUMBER_FORM → const ScanType

电话

PURE_TEXT_FORM → const ScanType

文本

SMS_FORM → const ScanType

短信

URL_FORM → const ScanType

网页

WIFI_CONNECT_INFO_FORM → const ScanType

Wi-Fi连接信息

EVENT_INFO_FORM → const ScanType

事件

CONTACT_DETAIL_FORM → const ScanType

联系人信息

DRIVER_INFO_FORM → const ScanType

设备信息

LOCATION_COORDINATE_FORM → const ScanType

地理位置

ISBN_NUMBER_FORM → const ScanType

ISBN

BOOK_MARK_FORM → const ScanType

书签

VEHICLE_INFO_FORM → const ScanType

车辆信息

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ScanType>
A constant List of the values in this enum, in order of their declaration.