Enum Class CustomizationImage

java.lang.Object
java.lang.Enum<CustomizationImage>
com.regula.documentreader.api.enums.CustomizationImage
All Implemented Interfaces:
Serializable, Comparable<CustomizationImage>, Constable

public enum CustomizationImage extends Enum<CustomizationImage>
Enumeration contains UI elements which image can be customized
  • Enum Constant Details

    • RFID_PROCESSING_SCREEN_FAILURE_IMAGE

      public static final CustomizationImage RFID_PROCESSING_SCREEN_FAILURE_IMAGE
      Image on the RFID chip processing screen at the moment of its failure
    • RFID_ENABLE_NFC_IMAGE

      public static final CustomizationImage RFID_ENABLE_NFC_IMAGE
      Image on the screen to enable NFC for the RFID chip processing
    • RFID_DISABLE_NFC_IMAGE

      public static final CustomizationImage 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

      public static final CustomizationImage MDL_ENABLE_NFC_IMAGE
      Image on the screen to enable NFC for the mDL processing
    • MDL_DISABLE_NFC_IMAGE

      public static final CustomizationImage 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

      public static final CustomizationImage MDL_PROCESSING_SCREEN_FAILURE_IMAGE
      Image on the mDL processing screen at the moment of its failure
    • NEXT_PAGE_ID_CARD_FRONT

      public static final CustomizationImage NEXT_PAGE_ID_CARD_FRONT
      Image for the ID card front side during the multipage processing
    • NEXT_PAGE_ID_CARD_BACK

      public static final CustomizationImage NEXT_PAGE_ID_CARD_BACK
      Image for the ID card rear side during the multipage processing
    • NEXT_PAGE_PASSPORT_SHIFT

      public static final CustomizationImage NEXT_PAGE_PASSPORT_SHIFT
      Image for the passport during the multipage processing
    • NEXT_PAGE_PASSPORT_FLIP_START

      public static final CustomizationImage NEXT_PAGE_PASSPORT_FLIP_START
      Image for the passport first page during the multipage processing
    • NEXT_PAGE_PASSPORT_FLIP_CLEAN

      public static final CustomizationImage NEXT_PAGE_PASSPORT_FLIP_CLEAN
      Image for the passport second page during the multipage processing
    • NEXT_PAGE_PASSPORT_FLIP_TOP

      public static final CustomizationImage NEXT_PAGE_PASSPORT_FLIP_TOP
      Image for the passport top page after turning during the multipage processing
    • NEXT_PAGE_PASSPORT_FLIP_BOTTOM

      public static final CustomizationImage NEXT_PAGE_PASSPORT_FLIP_BOTTOM
      Image for the passport bottom page after turning during the multipage processing
    • HELP_ANIMATION

      public static final CustomizationImage HELP_ANIMATION
      Image for the help animation to fit a document correctly
    • LIVENESS_ANIMATION

      public static final CustomizationImage LIVENESS_ANIMATION
      Image for the document liveness animation
    • BORDER_BACKGROUND

      public static final CustomizationImage BORDER_BACKGROUND
      Image within the camera frame
    • TORCH_BUTTON_ON

      public static final CustomizationImage TORCH_BUTTON_ON
      Image for the torch button when on
    • TORCH_BUTTON_OFF

      public static final CustomizationImage TORCH_BUTTON_OFF
      Image for the torch button when off
    • CAPTURE_BUTTON

      public static final CustomizationImage CAPTURE_BUTTON
      Image for the capture button
    • SWITCH_BUTTON

      public static final CustomizationImage SWITCH_BUTTON
      Image for the camera switch button
    • CLOSE_BUTTON

      public static final CustomizationImage CLOSE_BUTTON
      Image for the close button
    • MULTIPAGE_BUTTON

      public static final CustomizationImage MULTIPAGE_BUTTON
      Image for the skip next page button during the multipage processing
  • Method Details

    • values

      public static CustomizationImage[] 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

      public static CustomizationImage valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • get

      public static CustomizationImage get(String i)