Enum Class CustomizationImage
- All Implemented Interfaces:
Serializable,Comparable<CustomizationImage>,Constable
Enumeration contains UI elements which image can be customized
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionImage within the camera frameImage for the capture buttonImage for the close buttonImage for the help animation to fit a document correctlyImage for the document liveness animationImage on the screen to disable NFC for the mDL processing using Regula Mobile Document ReadersImage on the screen to enable NFC for the mDL processingImage on the mDL processing screen at the moment of its failureImage for the skip next page button during the multipage processingImage for the ID card rear side during the multipage processingImage for the ID card front side during the multipage processingImage for the passport bottom page after turning during the multipage processingImage for the passport second page during the multipage processingImage for the passport first page during the multipage processingImage for the passport top page after turning during the multipage processingImage for the passport during the multipage processingImage on the screen to disable NFC for the RFID chip processing using Regula Mobile Document ReadersImage on the screen to enable NFC for the RFID chip processingImage on the RFID chip processing screen at the moment of its failureImage for the camera switch buttonImage for the torch button when offImage for the torch button when on -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomizationImagegetValue()static CustomizationImageReturns the enum constant of this class with the specified name.static CustomizationImage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RFID_PROCESSING_SCREEN_FAILURE_IMAGE
Image on the RFID chip processing screen at the moment of its failure -
RFID_ENABLE_NFC_IMAGE
Image on the screen to enable NFC for the RFID chip processing -
RFID_DISABLE_NFC_IMAGE
Image on the screen to disable NFC for the RFID chip processing using Regula Mobile Document Readers -
MDL_ENABLE_NFC_IMAGE
Image on the screen to enable NFC for the mDL processing -
MDL_DISABLE_NFC_IMAGE
Image on the screen to disable NFC for the mDL processing using Regula Mobile Document Readers -
MDL_PROCESSING_SCREEN_FAILURE_IMAGE
Image on the mDL processing screen at the moment of its failure -
NEXT_PAGE_ID_CARD_FRONT
Image for the ID card front side during the multipage processing -
NEXT_PAGE_ID_CARD_BACK
Image for the ID card rear side during the multipage processing -
NEXT_PAGE_PASSPORT_SHIFT
Image for the passport during the multipage processing -
NEXT_PAGE_PASSPORT_FLIP_START
Image for the passport first page during the multipage processing -
NEXT_PAGE_PASSPORT_FLIP_CLEAN
Image for the passport second page during the multipage processing -
NEXT_PAGE_PASSPORT_FLIP_TOP
Image for the passport top page after turning during the multipage processing -
NEXT_PAGE_PASSPORT_FLIP_BOTTOM
Image for the passport bottom page after turning during the multipage processing -
HELP_ANIMATION
Image for the help animation to fit a document correctly -
LIVENESS_ANIMATION
Image for the document liveness animation -
BORDER_BACKGROUND
Image within the camera frame -
TORCH_BUTTON_ON
Image for the torch button when on -
TORCH_BUTTON_OFF
Image for the torch button when off -
CAPTURE_BUTTON
Image for the capture button -
SWITCH_BUTTON
Image for the camera switch button -
CLOSE_BUTTON
Image for the close button -
MULTIPAGE_BUTTON
Image for the skip next page button during the multipage processing
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
get
-