Package-level declarations

Types

Link copied to clipboard
data class AddressDetails(val name: String? = null, val address: PaymentSheet.Address? = null, val phoneNumber: String? = null, val isCheckboxSelected: Boolean? = null) : Parcelable
Link copied to clipboard

A drop-in class that presents a bottom sheet to collect a customer's address.

Link copied to clipboard
Link copied to clipboard

Callback that is invoked when a AddressLauncherResult is available.

Functions

Link copied to clipboard

Creates an AddressLauncher that is remembered across compositions. This must be called unconditionally, as part of the initialization path.