MLKBarcodeContactInfo
@interface MLKBarcodeContactInfo : NSObject
個人或機構的名片。可能來自不同的基礎格式
包括 VCARD
和 MECARD
。
這個物件代表潛在名片的簡化檢視畫面。如果您需要無損壓縮
條碼中心資訊,請自行剖析原始資料。如要使用
原始資料,請使用 Barcode
的 rawValue
屬性。
-
個人或機構的地址。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSArray<MLKBarcodeAddress *> *addresses;
-
聯絡人電子郵件地址。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSArray<MLKBarcodeEmail *> *emails;
-
個人姓名。
聲明
Objective-C
@property (nonatomic, readonly, nullable) MLKBarcodePersonName *name;
-
聯絡電話號碼。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSArray<MLKBarcodePhone *> *phones;
-
聯絡網址。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSArray<NSString *> *urls;
-
職稱。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *jobTitle;
-
企業機構。
聲明
Objective-C
@property (nonatomic, readonly, nullable) NSString *organization;
-
無法使用。
聲明
Objective-C
- (nonnull instancetype)init;