toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.util
/
CountryUtils
/
getLocalizedCountries
get
Localized
Countries
fun
getLocalizedCountries
(
shopperLocale
:
Locale
,
allowedISOCodes
:
List
<
String
>
?
=
null
,
comparator
:
Comparator
<
CountryModel
>
=
compareBy { it.countryName }
)
:
List
<
CountryModel
>