public static interface PaymentMethodListViewFactory.PaymentMethodListViewListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPaymentMethodClicked(PaymentMethodConfiguration method)
This method is invoked when the
method has been selected by the user. |
void onPaymentMethodClicked(PaymentMethodConfiguration method)
method has been selected by the user.method - the payment method which has been selected by the user.