PaymentLauncherFactory

Factory to create a PaymentLauncher, initialize all required dependencies.

Used when PaymentLauncher is used as a standalone API.

Constructors

Link copied to clipboard
constructor(hostActivityLauncher: ActivityResultLauncher<PaymentLauncherContract.Args>, statusBarColor: Int?)

Functions

Link copied to clipboard
fun create(publishableKey: String, stripeAccountId: String? = null): PaymentLauncher