Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specification for address form alternatives depending on the country.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A View that can display input and fill in details for a Component.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DefaultAddressLookupDelegate(addressRepository: AddressRepository, shopperLocale: Locale) : AddressLookupDelegate, AddressDelegate
Link copied to clipboard
The logo size.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SubmitHandler<ComponentStateT : PaymentComponentState<*>>(val savedStateHandle: SavedStateHandle) : SavedStateHandleContainer
Link copied to clipboard
Link copied to clipboard
A Component that has an associated View to show or interact with the shopper.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun ImageView.load(url: String, imageLoader: ImageLoader = context.imageLoader, @DrawableRes placeholder: Int = R.drawable.ic_placeholder_image, @DrawableRes errorFallback: Int = R.drawable.ic_placeholder_image)
fun ImageView.load(environment: Environment, path: String, imageLoader: ImageLoader = context.imageLoader, @DrawableRes placeholder: Int = R.drawable.ic_placeholder_image, @DrawableRes errorFallback: Int = R.drawable.ic_placeholder_image)
Link copied to clipboard
fun ImageView.loadLogo(environment: Environment, txVariant: String, txSubVariant: String = "", size: LogoSize = LogoSize.SMALL, imageLoader: ImageLoader = context.imageLoader, @DrawableRes placeholder: Int = R.drawable.ic_placeholder_image, @DrawableRes errorFallback: Int = R.drawable.ic_placeholder_image)