| Modifier and Type | Method and Description |
|---|---|
static OfflineKey |
LocalOfflineKey.get()
Finds an offline key, either from a system property or from the home
directory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseChecker.checkLicense(String productName,
String productVersion,
BuildType buildType,
java.util.function.Consumer<String> noKeyUrlHandler,
String machineId,
ProKey proKey,
OfflineKey offlineKey)
Checks the license for the given pro key and product version.
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
BuildType buildType,
LicenseChecker.Callback callback,
java.util.function.Consumer<String> noKeyUrlHandler,
String machineId,
ProKey proKey,
OfflineKey offlineKey)
Checks the license for the given pro key and product version in the
background and invokes the callback when done.
|
Copyright © 2017-2024. All Rights Reserved.