DocumentTypeStrings

A model containing every string in the standalone capture flow which refers to a specific capture "document type". Customizing the contents of this model allow for the customization of the capture strings for any document type.

Default configurations for currently supported document types exist as:

Constructors

Link copied to clipboard
constructor(tipsStrings: DocumentTypeStrings.Tips, permissions: DocumentTypeStrings.Permissions, captureStrings: DocumentTypeStrings.Capture)

Types

Link copied to clipboard
data class Capture(@StringRes val topOfDocumentLandscapeHint: Int, @StringRes val accessibilityCapturingBackupHint: Int, @StyleRes val progressHintStrings: Int) : Serializable

Model containing the document-type related strings for the Capture Camera page

Link copied to clipboard
object Companion
Link copied to clipboard
data class Permissions(@StringRes val prompt: Int) : Serializable

Model containing the document-type related strings for the Capture Permissions page

Link copied to clipboard
data class Tips(@StringRes val flattenTipTitle: Int, @StringRes val flattenTipDescription: Int, @StringRes val steadyTipTitle: Int, @StringRes val steadyTipDescription: Int) : Serializable

Model containing the document-type related strings for the Capture Tips page

Properties