ALDataGroup2 Class Reference

Inherits from NSObject
Declared in ALNFCResult.h

Overview

Data Group 2 of the data read from a passport NFC chip, containing the face image

  faceImage

The face image read from the passport’s NFC chip

@property (nonatomic, strong, nullable) UIImage *faceImage

Declared In

ALNFCResult.h

– initWithFaceImage:

Initializes a data group with string / date information from a passport

- (instancetype)initWithFaceImage:(UIImage *_Nullable)faceImage

Parameters

faceImage

faceImage

Return Value

the ALDataGroup2 object

Declared In

ALNFCResult.h