ScanningWrongPassportPage
data class ScanningWrongPassportPage(val activePassportPage: PassportPage?, val documentRotation: DocumentRotation) : ScanningUxEvent
Event that holds information about the incorrect passport page that is currently being scanned.
Properties
Link copied to clipboard
Represents the current passport page that is being scanned. Used only for PassportPage.Barcode and PassportPage.Data since screen orientation is also required to determine other page orientations.
Link copied to clipboard
Represents the information of the passport page rotation. This data should be corrected based on the rotation of the device by using com.microblink.blinkid.ux.utils.getCorrectedDocumentRotation function.