GooglePayPaymentMethodLauncherContract
class GooglePayPaymentMethodLauncherContract : ActivityResultContract<GooglePayPaymentMethodLauncherContract.Args, GooglePayPaymentMethodLauncher.Result>
Content copied to clipboard
Constructors
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
Content copied to clipboard
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: GooglePayPaymentMethodLauncherContract.Args): ActivityResultContract.SynchronousResult<GooglePayPaymentMethodLauncher.Result>?
Content copied to clipboard
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): GooglePayPaymentMethodLauncher.Result
Content copied to clipboard