Class LicenseForwardCallback
Inheritance
LicenseForwardCallback
Assembly: UDP.dll
Syntax
public class LicenseForwardCallback : AndroidJavaProxy
Constructors
LicenseForwardCallback(ILicensingListener)
Declaration
public LicenseForwardCallback(ILicensingListener listener)
Parameters
Methods
allow(int, string)
Declaration
public void allow(int code, string message)
Parameters
Type |
Name |
Description |
int |
code |
|
string |
message |
|
applicationError(int, string)
Declaration
public void applicationError(int code, string message)
Parameters
Type |
Name |
Description |
int |
code |
|
string |
message |
|
dontAllow(int, string)
Declaration
public void dontAllow(int code, string message)
Parameters
Type |
Name |
Description |
int |
code |
|
string |
message |
|