MiSnapTransactionResult
Result type for use with the different request utils.
Subtypes:
Inheritors
Types
Link copied to clipboard
class DocumentResult(val frame: ByteArray, val barcode: Barcode? = null, val rts: String? = null) : MiSnapTransactionResult
Transaction result for a document session.
Link copied to clipboard
class FaceResult(val frame: ByteArray, val rts: String? = null, val aiBasedRts: ByteArray? = null) : MiSnapTransactionResult
Transaction result for a face session.
Link copied to clipboard
Transaction result for an NFC session. NOTE: when reading the portrait image is skipped the photo will be empty, it is advised to send the mibiString if using the Mitek APIs.
Link copied to clipboard
class VoiceResult(val voiceSamples: List<ByteArray>, val rts: List<String?> = emptyList()) : MiSnapTransactionResult
Transaction result for a voice session.