Use this method to present the payment method user interface (UI) to the user.

KOTLIN
@Throws(UnsupportedPaymentIntentException::class)
fun showPaymentMethod(context: Context, sessionIntent: PrimerSessionIntent)

Parameters

Throws