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
ActivityResultContract to start PaymentLauncherConfirmationActivity and return a PaymentResult.
Link copied to clipboard
class PaymentLauncherFactory(context: Context, hostActivityLauncher: ActivityResultLauncher<PaymentLauncherContract.Args>)
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.