| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
BuildType buildType,
LicenseChecker.Callback callback)
Checks the license for the given product version in the background and
invokes the callback when done.
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
BuildType buildType,
LicenseChecker.Callback callback,
java.util.function.Consumer<String> noKeyUrlHandler)
Checks the license for the given product version in the background and
invokes the callback when done.
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
LicenseChecker.Callback callback)
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
LicenseChecker.Callback callback,
java.util.function.Consumer<String> noKeyUrlHandler)
|
Copyright © 2017-2022. All Rights Reserved.