Method and Description |
---|
com.adyen.checkout.card.CardConfiguration.getDisplayMetrics()
There is no need for
DisplayMetrics in builder any more, it'll always return null |
Constructor and Description |
---|
com.adyen.checkout.card.CardConfiguration.Builder(Locale, Environment, DisplayMetrics, String)
No need to pass
DisplayMetrics to builder. |
com.adyen.checkout.card.CardConfiguration(Locale, Environment, DisplayMetrics, String, boolean, String, boolean, CardType...)
Constructor with all parameters. Use the Builder to initialize this object.
|