AddressType

sealed class AddressType

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 phoneNumberState: PhoneNumberState,     val onNavigation: () -> Unit) : AddressType
Link copied to clipboard
data class ShippingExpanded(val phoneNumberState: PhoneNumberState) : AddressType

Properties

Link copied to clipboard
abstract val phoneNumberState: PhoneNumberState

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard