public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
analyticsUrl |
protected String |
deviceId |
protected String |
kitUrl |
protected String |
licenseKey |
protected String |
partnerId |
Constructor and Description |
---|
Configuration(Context context)
Deprecated.
As of 0.10.0, replaced by
Configuration.Configuration(Context, KitConfig) |
Configuration(Context context,
Configuration oldConfiguration,
String apiUrl,
String apiKey)
Deprecated.
As of 0.10.0, replaced by
Configuration.Configuration(Context, KitConfig) |
Configuration(Context context,
KitConfig config)
Create a License Manager configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId() |
String |
getKitUrl() |
String |
getLicenseKey() |
String |
getPartnerId() |
void |
setPartnerId(String identifier)
Sets the partner identifier string for analytics.
|
protected String deviceId
protected String licenseKey
protected String kitUrl
protected String analyticsUrl
protected String partnerId
@Deprecated public Configuration(Context context)
Configuration.Configuration(Context, KitConfig)
@Deprecated public Configuration(Context context, Configuration oldConfiguration, String apiUrl, String apiKey)
Configuration.Configuration(Context, KitConfig)
public String getKitUrl()
public String getLicenseKey()
public String getDeviceId()
public void setPartnerId(String identifier)
identifier
- Custom partner identifier used for analyticspublic String getPartnerId()
null
if none is set.