PaymentSheetContract

Deprecated

This isn't meant for public usage and will be removed in a future release. If you're looking to integrate with PaymentSheet in Compose, use rememberPaymentSheet() instead.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: PaymentSheetContract.Args): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): PaymentSheetResult