AddressLookupComponent

A Component that performs Address Lookup functionality should implement this interface.

Functions

Link copied to clipboard
abstract fun setAddressLookupCallback(addressLookupCallback: AddressLookupCallback)

Set a callback that will be triggered to perform address lookup actions.

Link copied to clipboard
abstract fun setAddressLookupResult(addressLookupResult: AddressLookupResult)

Set the result of address completion call.

Link copied to clipboard

Updates the address options that will be displayed to the shopper in com.adyen.checkout.ui.core.internal.ui.view.AddressLookupView as part of CardComponent.