toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.ui
/
AddressDelegate
Address
Delegate
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
AddressDelegate
Inheritors
DefaultAddressLookupDelegate
Members
Properties
address
Output
Data
Link copied to clipboard
abstract
val
addressOutputData
:
AddressOutputData
address
Output
Data
Flow
Link copied to clipboard
abstract
val
addressOutputDataFlow
:
Flow
<
AddressOutputData
>
Functions
update
Address
Input
Data
Link copied to clipboard
abstract
fun
updateAddressInputData
(
update
:
AddressInputModel
.
(
)
->
Unit
)