MLKBarcodePersonName
@interface MLKBarcodePersonName : NSObject사람의 이름으로, 둘 다 개별 이름 구성요소로 형식이 지정됩니다.
-
올바른 형식의 이름
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *formattedName; -
이름입니다.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *first; -
성입니다.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *last; -
중간 이름입니다.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *middle; -
이름 프리픽스입니다.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *prefix; -
전화번호부에서 가나 이름으로 설정할 텍스트 문자열을 지정합니다. 일본어 연락처에 사용됩니다.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *pronunciation; -
이름 접미사.
선언
Objective-C
@property (nonatomic, readonly, nullable) NSString *suffix; -
사용할 수 없습니다.
선언
Objective-C
- (nonnull instancetype)init;