Class AddressParams
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public class AddressParams
Configuration class for Address Form in Address View. This class can be used define the visibility of the address form.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAddressParams.NoneAddress Form will be hidden.
public final classAddressParams.PostalCodeOnly postal code will be shown as part of the card component.
public final classAddressParams.FullAddressFull Address Form will be shown as part of the card component.
public final classAddressParams.LookupAddress Lookup option will be shown as part of card component.
-