Types

Link copied to clipboard
data class Normal(val phoneNumberState: PhoneNumberState = PhoneNumberState.HIDDEN) : AddressType
Link copied to clipboard
data class ShippingCondensed(val googleApiKey: String?, val autocompleteCountries: Set<String>?, val phoneNumberState: PhoneNumberState, val onNavigation: () -> Unit) : AddressType, AutocompleteCapableAddressType
Link copied to clipboard
data class ShippingExpanded(val googleApiKey: String?, val autocompleteCountries: Set<String>?, val phoneNumberState: PhoneNumberState, val onNavigation: () -> Unit) : AddressType, AutocompleteCapableAddressType

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)