public interface PaymentMethodNonceCallback
PaymentMethodNonce from a HTTP request on the main thread.
One and only one method will be invoked in response to a request.| Modifier and Type | Method and Description |
|---|---|
void |
failure(java.lang.Exception exception) |
void |
success(PaymentMethodNonce paymentMethodNonce) |
void success(PaymentMethodNonce paymentMethodNonce)
paymentMethodNonce - parsed PaymentMethodNonce from the HTTP request.void failure(java.lang.Exception exception)
exception - error that caused the request to fail.