OTX-Runtime for Java
|
|
Class to manage the OTX-Runtime API licenses. More...
Static Public Member Functions | |
static String | GetLicenseKey () |
Gets the license key. More... | |
static void | SetLicenseKey (String licenseKey) |
Sets a valid license key to release the API. More... | |
Class to manage the OTX-Runtime API licenses.
|
inlinestatic |
Gets the license key.
|
inlinestatic |
Sets a valid license key to release the API.
The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". A valid license key must be available. Please ask the software supplier. Without a valid license key no RuntimeManager can be created.
Important: The license key must be set before an instance is created!
licenseKey | License key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". |
Examples