Package 

Class GiniCaptureRequirements

  • All Implemented Interfaces:

    
    public final class GiniCaptureRequirements
    
                        

    Checks the device's hardware capabilities to determine, if it is compatible with the Gini Capture SDK.

    The checked requirements are listed in the RequirementId enum.

    Call checkRequirements to get a report of the requirement checks.

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static RequirementsReport checkRequirements(Context context) Checks the device's hardware capabilities.
      • Methods inherited from class java.lang.Object

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