Package com.stripe.android.payments.paymentlauncher
Types
Link copied to clipboard
API to confirm and handle next actions for PaymentIntent and SetupIntent.
Link copied to clipboard
class PaymentLauncherContract : ActivityResultContract<PaymentLauncherContract.Args, PaymentResult>
Content copied to clipboard
ActivityResultContract to start PaymentLauncherConfirmationActivity and return a PaymentResult.
Link copied to clipboard
class PaymentLauncherFactory(context: Context, hostActivityLauncher: ActivityResultLauncher<PaymentLauncherContract.Args>)
Content copied to clipboard
Factory to create a PaymentLauncher, initialize all required dependencies.
Link copied to clipboard
Result to be passed to the callback of PaymentLauncher
Link copied to clipboard
Implementation of PaymentLauncher, start an PaymentLauncherConfirmationActivity to confirm and handle next actions for intents.
Link copied to clipboard
AssistedFactory to create a StripePaymentLauncher with shared dependencies already created elsewhere.