Interface AddressLookupComponent

  • All Implemented Interfaces:

    
    public interface AddressLookupComponent
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • setAddressLookupCallback

         abstract Unit setAddressLookupCallback(AddressLookupCallback addressLookupCallback)

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

        Parameters:
        addressLookupCallback - The callback that will be triggered to perform address lookup options such as query changes, completion of the lookup.
      • updateAddressLookupOptions

         abstract Unit updateAddressLookupOptions(List<LookupAddress> options)

        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.

        Parameters:
        options - Address option list to be displayed.