InstructionsStrings

data class InstructionsStrings(@StringRes val scanFrontSide: Int = R.string.mb_capture_reticle_status_sensing_front, @StringRes val scanBackSide: Int = R.string.mb_capture_reticle_status_sensing_back, @StringRes val flipDocument: Int = R.string.mb_capture_reticle_status_flip_document, @StringRes val rotateDocument: Int = R.string.mb_capture_reticle_status_rotate_document, @StringRes val rotateDocumentShort: Int = R.string.mb_capture_reticle_status_rotate_document_short, @StringRes val moveFarther: Int = R.string.mb_capture_reticle_status_move_farther, @StringRes val moveCloser: Int = R.string.mb_capture_reticle_status_move_closer, @StringRes val keepDocumentVisible: Int = R.string.mb_capture_reticle_status_keep_fully_visible, @StringRes val alignDocument: Int = R.string.mb_capture_reticle_status_align_document, @StringRes val increaseLightingIntensity: Int = R.string.mb_capture_reticle_status_increase_lighting_intensity, @StringRes val decreaseLightingIntensity: Int = R.string.mb_capture_reticle_status_decrease_lighting_intensity, @StringRes val eliminateBlur: Int = R.string.mb_capture_reticle_status_eliminate_blur, @StringRes val eliminateGlare: Int = R.string.mb_capture_reticle_status_eliminate_glare) : Parcelable

String customisations for capture instructions displayed to the user.

Constructors

Link copied to clipboard
constructor(@StringRes scanFrontSide: Int = R.string.mb_capture_reticle_status_sensing_front, @StringRes scanBackSide: Int = R.string.mb_capture_reticle_status_sensing_back, @StringRes flipDocument: Int = R.string.mb_capture_reticle_status_flip_document, @StringRes rotateDocument: Int = R.string.mb_capture_reticle_status_rotate_document, @StringRes rotateDocumentShort: Int = R.string.mb_capture_reticle_status_rotate_document_short, @StringRes moveFarther: Int = R.string.mb_capture_reticle_status_move_farther, @StringRes moveCloser: Int = R.string.mb_capture_reticle_status_move_closer, @StringRes keepDocumentVisible: Int = R.string.mb_capture_reticle_status_keep_fully_visible, @StringRes alignDocument: Int = R.string.mb_capture_reticle_status_align_document, @StringRes increaseLightingIntensity: Int = R.string.mb_capture_reticle_status_increase_lighting_intensity, @StringRes decreaseLightingIntensity: Int = R.string.mb_capture_reticle_status_decrease_lighting_intensity, @StringRes eliminateBlur: Int = R.string.mb_capture_reticle_status_eliminate_blur, @StringRes eliminateGlare: Int = R.string.mb_capture_reticle_status_eliminate_glare)

Properties

Link copied to clipboard

Instruction for the user to align the document.

Link copied to clipboard

Instruction for the user to decrease lighting.

Link copied to clipboard

Instruction for the user to try to avoid the blur detected on the document.

Link copied to clipboard

Instruction for the user to try to avoid the glare detected on the document.

Link copied to clipboard

Flip the document instruction.

Link copied to clipboard

Instruction for the user to increase lighting.

Link copied to clipboard

Instruction for the user to keep the document fully visible.

Link copied to clipboard

Move closer instruction.

Link copied to clipboard

Move farther instruction.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Initial message displayed while back side is being scanned.

Link copied to clipboard

Initial message displayed while front side is being scanned.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)