public class Sdk extends NativeObject
| Modifier and Type | Method and Description |
|---|---|
static Sdk |
createDynamicObject(long handle) |
static java.lang.String |
getProducerFullName() |
static java.lang.String |
getVersion() |
static void |
initialize(java.lang.String license,
java.lang.String producerSuffix) |
equals, hashCodepublic static Sdk createDynamicObject(long handle)
public static void initialize(java.lang.String license,
java.lang.String producerSuffix)
throws LicenseException,
UnknownFormatException,
CorruptException
license - producerSuffix - UnknownFormatException - if the format (version) of the license argument is unknown.CorruptException - if the license argument is not a correct license keyLicenseException - if the license argument can be read but the license check failedjava.lang.IllegalArgumentException - if license is nullpublic static java.lang.String getVersion()
public static java.lang.String getProducerFullName()