@Deprecated public class Configuration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
analyticsUrl
Deprecated.
As of 0.13.0, no replacement.
|
protected String |
deviceId
Deprecated.
As of 0.13.0, no replacement.
|
protected String |
kitUrl
Deprecated.
As of 0.13.0, no replacement.
|
protected String |
licenseKey
Deprecated.
As of 0.13.0, no replacement.
|
protected String |
partnerId
Deprecated.
As of 0.13.0, no replacement.
|
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)
Deprecated.
As of 0.13.0, no replacement.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Deprecated.
As of 0.13.0, no replacement.
|
String |
getKitUrl()
Deprecated.
As of 0.13.0, no replacement.
|
String |
getLicenseKey()
Deprecated.
As of 0.13.0, no replacement.
|
String |
getPartnerId()
Deprecated.
As of 0.13.0, no replacement.
|
void |
setPartnerId(String identifier)
Deprecated.
As of 0.13.0, no replacement.
|
@Deprecated protected String deviceId
@Deprecated protected String licenseKey
@Deprecated protected String kitUrl
@Deprecated protected String analyticsUrl
@Deprecated 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)
@Deprecated public Configuration(Context context, KitConfig config)
config
- The configuration settings for the manager.@Deprecated public String getKitUrl()
@Deprecated public String getLicenseKey()
@Deprecated public String getDeviceId()
@Deprecated public void setPartnerId(String identifier)
identifier
- Custom partner identifier used for analytics@Deprecated public String getPartnerId()
null
if none is set.