Package 

Interface PassioSDK


  • 
    public interface PassioSDK
    
                        

    Main access point of the SDK. Defines all of the SDK's main capabilities. The API of the SDK is designed as a singleton with the instance containing the concrete implementation of the interface. The SDK is design to be called from the main thread. The execution of most of its functions will be delegated to an internal thread pool, but the resulting callback will always be invoked on the main thread.