Package-level declarations

Types

Link copied to clipboard
interface PaymentLauncher

API to confirm and handle next actions for PaymentIntent and SetupIntent.

Link copied to clipboard
sealed class PaymentResult : Parcelable

Result to be passed to the callback of PaymentLauncher

Functions

Link copied to clipboard
fun rememberPaymentLauncher(    publishableKey: String,     stripeAccountId: String? = null,     callback: PaymentLauncher.PaymentResultCallback): PaymentLauncher

Creates a PaymentLauncher that is remembered across compositions.