PaymentSheetContract
class PaymentSheetContract : ActivityResultContract<PaymentSheetContract.Args, PaymentSheetResult>
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun createIntent(context: Context, input: PaymentSheetContract.Args): Intent
Content copied to clipboard
Link copied to clipboard
open fun getSynchronousResult(context: Context, input: PaymentSheetContract.Args): ActivityResultContract.SynchronousResult<PaymentSheetResult>?
Content copied to clipboard
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): PaymentSheetResult
Content copied to clipboard