Class AN_LicenseResult
Inheritance
System.Object
AN_LicenseResult
Namespace: SA.Android.Vending.Licensing
Assembly: cs.temp.dll.dll
Syntax
public class AN_LicenseResult : SA_Result
Constructors
AN_LicenseResult(Int32)
Declaration
public AN_LicenseResult(int policyCode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | policyCode |
Properties
ErrorCode
Declaration
public AN_LicenseErrorCode ErrorCode { get; }
Property Value
Type | Description |
---|---|
AN_LicenseErrorCode |
PolicyCode
Current app lisence policy code. You may see the posible codes inside AN_Policy
Declaration
public int PolicyCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |