V2 LicenseCheckerListener

public interface LicenseCheckerListener
com.onestore.extern.licensing.LicenseCheckerListener

Listener for processing results of the license information verification.

Public methods


granted

void granted(String license, String signature)

Called when an application license from the ONE store server is received.

denied

void denied()

Called when purchase data from the ONE store server cannot be found.

error

void error(int errorCode, String error)

Called when the license query fails.

Last updated