常量
以下常量可在全局范围内使用。
-
未知的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeUnknown = 0
-
联系信息的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeContactInfo = 1
-
电子邮件地址的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeEmail = 2
-
ISBN 的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeISBN = 3
-
电话号码的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypePhone = 4
-
产品代码的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeProduct = 5
-
短信详细信息的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeSMS = 6
-
纯文本的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeText = 7
-
网址/书签的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeURL = 8
-
Wi-Fi 接入点详细信息的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeWiFi = 9
-
地理坐标的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeGeographicCoordinates = 10
-
日历活动的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeCalendarEvent = 11
-
驾照数据的条形码值类型。
声明
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeDriversLicense = 12
-
条形码未知地址类型。
声明
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeUnknown = 0
-
条形码工作地址类型。
声明
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeWork = 1
-
条形码家庭住址类型。
声明
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeHome = 2
-
未知电子邮件类型。
声明
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeUnknown = 0
-
条形码工作电子邮件地址类型。
声明
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeWork = 1
-
条形码家庭电子邮件类型。
声明
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeHome = 2
-
未知电话类型。
声明
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeUnknown = 0
-
条形码工作电话类型。
声明
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeWork = 1
-
条形码家庭电话类型。
声明
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeHome = 2
-
条形码传真电话类型。
声明
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeFax = 3
-
条形码手机类型。
声明
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeMobile = 4
-
条形码未知 Wi-Fi 加密类型。
声明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeUnknown = 0
-
条形码开放式 Wi-Fi 加密类型。
声明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeOpen = 1
-
Barcode WPA Wi-Fi 加密类型。
声明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWPA = 2
-
条形码 WEP Wi-Fi 加密类型。
声明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWEP = 3