RequestPassportPage

data class RequestPassportPage(val documentRotation: DocumentRotation) : ScanningUxEvent

Event that holds information about the passport page that needs to be presented in order to continue the scanning process.

Constructors

Link copied to clipboard
constructor(documentRotation: DocumentRotation)

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.