常數
下列常數可在全球使用。
-
不明的條碼值類型。
聲明
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
-
條碼 WPA Wi-Fi 加密類型。
聲明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWPA = 2
-
條碼 WEP Wi-Fi 加密類型。
聲明
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWEP = 3