Skip navigation links

Package net.gini.android.vision.requirements

Contains classes to check if the device meets all the requirements for using the Gini Vision Library.

See: Description

Package net.gini.android.vision.requirements Description

Contains classes to check if the device meets all the requirements for using the Gini Vision Library.

Run net.gini.android.vision.requirements.GiniVisionRequirements#checkRequirements(android.content.Context) and check the returned RequirementsReport to find out, if the requirements were met. If requirements were not met you can iterate through the RequirementsReport.getRequirementReports() and check each RequirementReport to find out which requirements were not met.

The checked requirements are listed in the RequirementId enum.

Skip navigation links