class BraintreePaymentProcessableFragment : PaymentProcessableFragment
Note: Only one listener is supported per call
<init> |
Note: Only one listener is supported per call BraintreePaymentProcessableFragment() |
fetchPaymentMethod |
Starts a request for the last used payment method - no UI is shown by Braintree drop-in fun fetchPaymentMethod(paymentSelectionResultListener: PaymentSelectionResultListener): Unit |
onActivityCreated |
fun onActivityCreated(savedInstanceState: Bundle?): Unit |
onActivityResult |
fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Unit |
processPayment |
Starts payment processing. fun processPayment(paymentSelectionResultListener: PaymentSelectionResultListener): Unit |