public class DotpayConfiguration
extends IssuerListConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
DotpayConfiguration.Builder
Builder to create a
DotpayConfiguration more easily. |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<DotpayConfiguration> |
CREATOR |
Constructor and Description |
---|
DotpayConfiguration(java.util.Locale shopperLocale,
android.util.DisplayMetrics displayMetrics,
Environment environment)
Deprecated.
Constructor with all parameters. Use the Builder to initialize this object.
|
public static final android.os.Parcelable.Creator<DotpayConfiguration> CREATOR
@Deprecated public DotpayConfiguration(java.util.Locale shopperLocale, android.util.DisplayMetrics displayMetrics, Environment environment)
shopperLocale
- The locale that should be used to display strings and layouts. Can differ from device default.displayMetrics
- The current DisplayMetrics
of the device to fetch images of matching size.environment
- The environment to be used to make network calls.