CheckUserGuidanceStrings

class CheckUserGuidanceStrings(val startScanning: String? = null, val scanning: String? = null, val capturing: String? = null, val processing: String? = null) : Serializable

Configuration that helps to override default hint values.

Parameters

startScanning
  • text that is shown on camera open.

scanning
  • text that is shown when the camera is seeking for the Check on the visible area, shown after the first result from the scanner.

capturing
  • text that is shown when the camera snaps the image.

processing
  • text that is shown when the scanner tries to detect the Check from the snapped image.

Constructors

Link copied to clipboard
constructor(startScanning: String? = null, scanning: String? = null, capturing: String? = null, processing: String? = null)

Properties

Link copied to clipboard
val capturing: String? = null
Link copied to clipboard
val processing: String? = null
Link copied to clipboard
val scanning: String? = null
Link copied to clipboard
val startScanning: String? = null