| Modifier and Type | Method and Description |
|---|---|
static ProKey |
ProKey.fromJson(String jsonData) |
static ProKey |
LocalProKey.get() |
| 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.
|
static java.time.Instant |
History.getLastCheckTime(Product product,
BuildType buildType,
ProKey proKey) |
static String |
History.getLastSubscription(Product product,
ProKey proKey) |
static String |
History.setLastSubscription(Product product,
String subscription,
ProKey proKey) |
static void |
LocalProKey.write(ProKey proKey) |
Copyright © 2017-2024. All Rights Reserved.