LinkPaymentLauncher
class LinkPaymentLauncher @AssistedInject constructor( @Assisted activityResultLauncher: ActivityResultLauncher<LinkActivityContract.Args>, context: Context, @Named(value = "productUsage"
Content copied to clipboard
Launcher for an Activity that will confirm a payment using Link.
Constructors
Link copied to clipboard
@AssistedInject
Content copied to clipboard
Functions
Link copied to clipboard
fun present( stripeIntent: StripeIntent, merchantName: String, customerEmail: String? = null)
Content copied to clipboard