GooglePayPaymentMethodLauncherContract
class GooglePayPaymentMethodLauncherContract : ActivityResultContract<GooglePayPaymentMethodLauncherContract.Args, GooglePayPaymentMethodLauncher.Result>
Deprecated
This class isn't meant for public use and will be removed in a future release. Use GooglePayPaymentMethodLauncher directly.
Types
Link copied to clipboard
Args for launching GooglePayPaymentMethodLauncherContract to create a PaymentMethod.
Functions
Link copied to clipboard
open override fun createIntent(context: Context, input: GooglePayPaymentMethodLauncherContract.Args): Intent
Link copied to clipboard
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): GooglePayPaymentMethodLauncher.Result