RequirementId

public enum RequirementId

Enumerates the checked requirements for the Gini Capture SDK.

Entries

Link copied to clipboard

Permission to access the camera is required.

Link copied to clipboard

A back-facing camera needs to be present.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The camera must support auto focus mode.

Link copied to clipboard

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

Functions

Link copied to clipboard
public static RequirementId valueOf(String name)
Returns the enum constant of this type with the specified name.
Link copied to clipboard
public static Array<RequirementId> values()
Returns an array containing the constants of this enum type, in the order they're declared.