toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.data.api
/
AddressRepository
Address
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
AddressRepository
Inheritors
DefaultAddressRepository
Members
Properties
countries
Flow
Link copied to clipboard
abstract
val
countriesFlow
:
Flow
<
List
<
AddressItem
>
>
states
Flow
Link copied to clipboard
abstract
val
statesFlow
:
Flow
<
List
<
AddressItem
>
>
Functions
get
Country
List
Link copied to clipboard
abstract
fun
getCountryList
(
shopperLocale
:
Locale
,
coroutineScope
:
CoroutineScope
)
get
State
List
Link copied to clipboard
abstract
fun
getStateList
(
shopperLocale
:
Locale
,
countryCode
:
String
?
,
coroutineScope
:
CoroutineScope
)