ALNFCResult Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ALNFCResult.h |
Overview
The result from reading a passport NFC chip, passed to the ALNFCDetectorDelegate method -nfcSucceededWithResult:
- Note: NFC functionality requires iOS 13 or later.
sod
The document security object. Currently this is always nil; this feature will be available in a future version of the SDK.
@property ALSOD *sodDeclared In
ALNFCResult.h
dataGroup1
The first data group, containing textual and date information from the passport
@property ALDataGroup1 *dataGroup1Declared In
ALNFCResult.h
dataGroup2
The second data group, containing the face image from the passport
@property ALDataGroup2 *dataGroup2Declared In
ALNFCResult.h
– initWithDataGroup1:dataGroup2:sod:
Initializes an ALNFCResult with dataGroup1, dataGroup2, and SOD
- (instancetype)initWithDataGroup1:(ALDataGroup1 *)dataGroup1 dataGroup2:(ALDataGroup2 *)dataGroup2 sod:(ALSOD *_Nullable)sodParameters
dataGroup1 |
|
|---|---|
dataGroup2 |
|
sod |
Declared In
ALNFCResult.h