Package 

Enum RequirementId

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum RequirementId
    
                        

    Enumerates the checked requirements for the Gini Capture SDK.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CAMERA_PERMISSION

      Permission to access the camera is required.

      On Android before version 6.0 the camera permission must be declaredin the manifest.

      On Android 6.0 and later in addition to the manifest declaration the camera permission must be granted bythe user during run-time.

      On Android 6.0 and later you need to ask the user for the camera permission before you check therequirements.

      Camera permission is required for checking the other requirements.

      CAMERA

      A back-facing camera needs to be present.

      CAMERA_RESOLUTION

      The camera must support a preview resolution and a picture resolution higher than 8MP.

      CAMERA_FLASH

      The camera on phones must support always-on flash mode. Not required for tablets.

      CAMERA_FOCUS

      The camera must support auto focus mode.

      DEVICE_MEMORY

      The device must have sufficient memory for in-memory bitmap handling, compression and jpeg decompression.

    • Method Summary

      Modifier and Type Method Description
      static Array<RequirementId> values()
      static RequirementId valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait