상수
다음 상수가 전역으로 제공됩니다.
-
알 수 없는 바코드 값 유형입니다.
선언
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 -
SMS 세부정보의 바코드 값 유형입니다.
선언
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeSMS = 6 -
일반 텍스트의 바코드 값 유형입니다.
선언
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeText = 7 -
URL/북마크의 바코드 값 유형입니다.
선언
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