RequestPassportPage
data class RequestPassportPage(val isBarcodePageRequested: Boolean, val documentRotation: DocumentRotation) : ScanningUxEvent
Event that holds information about the passport page that needs to be presented in order to continue the scanning process.
Properties
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.
Link copied to clipboard
Indicates whether the requested page is the barcode page.