Package io.anyline2.core
Class LicenseCheck
-
- All Implemented Interfaces:
public class LicenseCheck
-
-
Method Summary
Modifier and Type Method Description synchronized void
delete()
static LicenseCheck
getInstance()
static String
getVersionString()
void
init(String licenseKey, String checkPath, String appIdentifier, String platform, NetworkInterface network, String hash)
boolean
isInitialized()
void
reset()
void
isValid(String moduleIdentifier)
String
getLicenseString()
LicenseInfo
getLicenseInfo()
boolean
showWatermark()
boolean
showPopup()
-
-
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()
-
-
-
-