Uses of Interface
com.dynamixsoftware.intentapi.ISetLicenseCallback

Uses of ISetLicenseCallback in com.dynamixsoftware.intentapi
 

Classes in com.dynamixsoftware.intentapi that implement ISetLicenseCallback
static class ISetLicenseCallback.Stub
          Local-side IPC implementation stub class.
 

Methods in com.dynamixsoftware.intentapi that return ISetLicenseCallback
static ISetLicenseCallback ISetLicenseCallback.Stub.asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.dynamixsoftware.intentapi.ISetLicenseCallback interface, generating a proxy if needed.
 

Methods in com.dynamixsoftware.intentapi with parameters of type ISetLicenseCallback
 void IntentAPI.setLicense(java.lang.String licenseID, ISetLicenseCallback licenseCallback)
           
 void IIntentAPI.setLicense(java.lang.String id, ISetLicenseCallback licenseCallback)