ResourceType enum
Custom text to be shown as a tip for end-user.
enum ResourceType {
LOOKING_FOR_PAGE_TIP,
MANUAL_CAPTURE_TIP,
PAGE_TITLE,
ADD_PAGE_TIP
}
Constants
Name | Description |
---|---|
LOOKING_FOR_PAGE_TIP |
Screen message for automatic capture cases, shown when the camera should be directed at the document. I.e., "Looking for document." |
MANUAL_CAPTURE_TIP |
Screen message for manual capture cases, shown when the camera is turned on and ready for manual capture. I.e., "Point camera at a document and make a photo." |
PAGE_TITLE |
Interface source string, storing the page name to display in preview navigation bar. I.e., "Passport". |
ADD_PAGE_TIP |
Interface source string, storing text to display on a button in case more images should be captured according to the scenario settings. I.e.: "Tap to add image of the third document page." |
3/2/2022 12:59:15 PM