JumioTiltState

data class JumioTiltState(val currentAngle: Int, val targetAngle: Int) : Serializable

JumioTiltState is used to represent the currentAngle of a tilted document as well as the desired targetAngle.

An instance of JumioTiltState is received as a companion to the JumioScanUpdate.TILT update.

Constructors

Link copied to clipboard
constructor(currentAngle: Int, targetAngle: Int)

Properties

Link copied to clipboard
Link copied to clipboard