public interface LicenseCheckerListener
com.onestore.extern.licensing.LicenseCheckerListener
Listener for processing results of the license information verification.
void granted(String license, String signature)
Called when an application license from the ONE store server is received.
Called when purchase data from the ONE store server cannot be found.
void error(int errorCode, String error)
Called when the license query fails.