Check Scanner Guidance States
data class CheckScannerGuidanceStates(var noCheckFound: String = "?checkUserGuidanceNoCheckFound", var scanningProgress: String = "?checkUserGuidanceScanningProgress", var tooDark: String = "?checkUserGuidanceTooDark", var tooSmall: String = "?checkUserGuidanceTooSmall", var badPerspective: String = "?checkUserGuidanceBadPerspective") : Parcelable
Configure the captions of the user guidance hints for different scanning states.
Properties
Link copied to clipboard
The user guidance text displayed when the detected check is not in a good perspective (device tilted).
Link copied to clipboard
The user guidance text displayed when no check is found. Initial state.
Link copied to clipboard
The user guidance text displayed when a check presence was detected and scanning is in progress.