PassioSDKStatus

this Interface allows you to get callbacks for readiness and Legitimate usage of sdk

Declaration

interface PassioSDKStatus

Topics

Methods

public void onPassioSDKReady()

When the license is authentic and the SDK is ready for usage, this callback will be triggered

public void onPassioSDKError(String error)

If there is any error with license verification or license is no longer valid then this callback will be triggered

Parameters:

-error: error message related to the error occured while initialising the SDK.

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

Last updated