public final class MILicenser
extends java.lang.Object
| Constructor and Description |
|---|
MILicenser() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getLicenseInfo()
Returns information about the current license
|
static MIVersion |
getVersionInfo()
Returns the information about the current version
|
static void |
setLicense(java.io.InputStream dataStream,
java.lang.String applicationId)
Sets the license information
|
public static MIVersion getVersionInfo()
public static void setLicense(java.io.InputStream dataStream,
java.lang.String applicationId)
throws MIGenericException,
java.io.IOException
dataStream - - The input data stream with data from the license fileapplicationId - - A string with application identification.
Important! The applicationId must correspond to the application ID in the license file.MIGenericExceptionjava.io.IOExceptionpublic static java.lang.String getLicenseInfo()