RequirementId

public enum RequirementId

Enumerates the checked requirements for the Gini Capture SDK.

Entries

CAMERA_PERMISSION
Link copied to clipboard
CAMERA_PERMISSION
Permission to access the camera is required.
CAMERA
Link copied to clipboard
CAMERA
A back-facing camera needs to be present.
CAMERA_RESOLUTION
Link copied to clipboard
CAMERA_RESOLUTION
The camera must support a preview resolution and a picture resolution higher than 8MP.
CAMERA_FLASH
Link copied to clipboard
CAMERA_FLASH
The camera on phones must support always-on flash mode.
CAMERA_FOCUS
Link copied to clipboard
CAMERA_FOCUS
The camera must support auto focus mode.
DEVICE_MEMORY
Link copied to clipboard
DEVICE_MEMORY
The device must have sufficient memory for in-memory bitmap handling, compression and jpeg decompression.

Functions

valueOf
Link copied to clipboard
static RequirementId valueOf(String name)
values
Link copied to clipboard
static Array<RequirementIdvalues()