@Deprecated public class LicenseManager extends Object
Constructor and Description |
---|
LicenseManager(Context context)
Deprecated.
As of 0.13.0, no replacement.
|
LicenseManager(Context context,
Configuration configuration,
String badStandingReason,
Date lastLicenseCheck)
Deprecated.
Not for public use. As of 0.12.0 no replacement.
|
Modifier and Type | Method and Description |
---|---|
void |
clearPartnerId()
Deprecated.
As of 0.13.0, no replacement.
|
String |
getAccountId()
Deprecated.
As of 0.13.0, no replacement.
|
Configuration |
getConfiguration()
Deprecated.
As of 0.13.0, no replacement.
|
String |
getDeviceId()
Deprecated.
As of 0.13.0, no replacement.
|
int |
getServerCheckCount()
Deprecated.
Not for public use. As of 0.12.0 no replacement.
|
void |
reconfigure(Configuration config)
Deprecated.
As of 0.13.0, no replacement.
|
void |
reconfigure(Context context)
Deprecated.
As of 0.10.0, replaced by
LicenseManager.reconfigure(Configuration) |
void |
reconfigure(String apiUrl,
String apiToken)
Deprecated.
As of 0.10.0, replaced by
LicenseManager.reconfigure(Configuration) |
void |
resetLicenseCheck()
Deprecated.
Not for public use. As of 0.12.0 no replacement. This method no longer does
anything.
|
void |
setPartnerId(String identifier)
Deprecated.
As of 0.13.0, no replacement.
|
void |
validateLicense()
Deprecated.
Not for public use. As of 0.12.0 no replacement. This method no longer does
anything.
|
@Deprecated public LicenseManager(Context context)
@Deprecated public LicenseManager(Context context, Configuration configuration, String badStandingReason, Date lastLicenseCheck)
@Deprecated public void reconfigure(Context context)
LicenseManager.reconfigure(Configuration)
context
- @Deprecated public void reconfigure(String apiUrl, String apiToken)
LicenseManager.reconfigure(Configuration)
apiUrl
- apiToken
- @Deprecated public void reconfigure(Configuration config)
config
- The new configuration settings for the manager.@Deprecated public Configuration getConfiguration()
@Deprecated public String getAccountId()
@Deprecated public int getServerCheckCount()
0
.@Deprecated public void setPartnerId(String identifier)
identifier
- Custom partner identifier used for analytics@Deprecated public void clearPartnerId()
@Deprecated public void validateLicense()
@Deprecated public String getDeviceId()
@Deprecated public void resetLicenseCheck()