Package io.anyline2.core
Class LicenseCheck
-
- All Implemented Interfaces:
public class LicenseCheck
-
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()static LicenseCheckgetInstance()static StringgetVersionString()voidinit(String licenseKey, String checkPath, String appIdentifier, String platform, NetworkInterface network, String hash)booleanisInitialized()voidreset()voidisValid(String moduleIdentifier)StringgetLicenseString()LicenseInfogetLicenseInfo()booleanshowWatermark()booleanshowPopup()-
-
Method Detail
-
delete
synchronized void delete()
-
getInstance
static LicenseCheck getInstance()
-
getVersionString
static String getVersionString()
-
init
void init(String licenseKey, String checkPath, String appIdentifier, String platform, NetworkInterface network, String hash)
-
isInitialized
boolean isInitialized()
-
reset
void reset()
-
getLicenseString
String getLicenseString()
-
getLicenseInfo
LicenseInfo getLicenseInfo()
-
showWatermark
boolean showWatermark()
-
showPopup
boolean showPopup()
-
-
-
-