Package net. gini. android. capture. requirements
Contains classes to check if the device meets all the requirements for using the Gini Capture SDK.
Run net.gini.android.capture.requirements.GiniCaptureRequirements.checkRequirements(android.content.Context) and check the returned net.gini.android.capture.requirements.RequirementsReport to find out, if the requirements were met. If requirements were not met you can iterate through the net.gini.android.capture.requirements.RequirementsReport.getRequirementReports() and check each net.gini.android.capture.requirements.RequirementReport to find out which requirements were not met.
The checked requirements are listed in the net.gini.android.capture.requirements.RequirementId enum.
Types
CameraFlashRequirement
Link copied to clipboard
CameraFocusRequirement
Link copied to clipboard
CameraHolder
Link copied to clipboard
class CameraHolder
Content copied to clipboard
CameraPermissionRequirement
Link copied to clipboard
CameraRequirement
Link copied to clipboard
CameraResolutionRequirement
Link copied to clipboard
DeviceMemoryRequirement
Link copied to clipboard
GiniCaptureRequirements
Link copied to clipboard
public final class GiniCaptureRequirements
Content copied to clipboard
Requirement
Link copied to clipboard
interface Requirement
Content copied to clipboard
RequirementId
Link copied to clipboard
public enum RequirementId
Content copied to clipboard
RequirementReport
Link copied to clipboard
public class RequirementReport
Content copied to clipboard
RequirementsChecker
Link copied to clipboard
class RequirementsChecker
Content copied to clipboard
RequirementsReport
Link copied to clipboard
public class RequirementsReport
Content copied to clipboard