Class NSLicenseResult
Carrier object for LicenseResult.
Constructors
NSLicenseResult()
Initializes a new instance of the NSLicenseResult class.
Declaration
NSLicenseResult Methods
GetReason()
Declaration
String GetReason() Examples
NSLicenseResult thing;
String reason = thing.GetReason();
Returns
| Type | Description |
| String |
GetSucceeded()
Declaration
Bool GetSucceeded() Examples
NSLicenseResult thing;
Bool succeeded = thing.GetSucceeded();
Returns
| Type | Description |
| Bool |