-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DataCaptureScenario.ResourceType extends Enum<DataCaptureScenario.ResourceType>
String resources for DataCaptureScenario that should be shown according to the corresponding view control.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description START_TIPScreen message for paused capture, shown when the user should press the capture button to start scenario. I.e., "Scan document."
LOOKING_FOR_DOCUMENT_TIPScreen message for automatic capture cases, shown when the camera should be pointed at the document. I.e., "Looking for document."
CROP_DOCUMENT_TIPScreen hint for the manual crop screen, shown after the capture from gallery.
COMPLETE_TIPScreen message for successful capture, shown when the capture result should be processed
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
Methods inherited from class com.abbyy.mobile.uicomponents.scenario.DataCaptureScenario.ResourceType
compareTo, equals, finalize, getDeclaringClass, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-