Package 

Class GiniCapture

  • All Implemented Interfaces:

    
    public class GiniCapture
    
                        

    Single entry point for the Gini Capture SDK for configuration and interaction.

    This singleton class is preferred over the previous methods of configuration and interaction. It is only mandatory for new features. You can continue using features from previous releases without any modification.

    To create and configure a singleton instance use the newInstance method and the returned Builder. If an instance is already available you need to call cleanup before creating a new instance. Failing to do so will throw an exception.

    After you are done using the Gini Capture SDK use the cleanup method. This will free up resources used by the library.