public interface PaymentMethodNoncesUpdatedListener extends BraintreeListener
PaymentMethodNonces are fetched.| Modifier and Type | Method and Description |
|---|---|
void |
onPaymentMethodNoncesUpdated(java.util.List<PaymentMethodNonce> paymentMethodNonces)
onPaymentMethodNoncesUpdated(List) will be called with a list of PaymentMethodNonces
as a callback when
com.braintreepayments.api.TokenizationClient#getPaymentMethodNonces(BraintreeFragment)
is called. |
void onPaymentMethodNoncesUpdated(java.util.List<PaymentMethodNonce> paymentMethodNonces)
onPaymentMethodNoncesUpdated(List) will be called with a list of PaymentMethodNonces
as a callback when
com.braintreepayments.api.TokenizationClient#getPaymentMethodNonces(BraintreeFragment)
is called.paymentMethodNonces - the List of PaymentMethodNonces.