public static interface PaymentSession.PaymentSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCommunicatingStateChanged(boolean isCommunicating)
Notification method called when network communication is beginning or ending.
|
void |
onError(int errorCode,
java.lang.String errorMessage)
Notification method called when an error has occurred.
|
void |
onPaymentSessionDataChanged(PaymentSessionData data)
Notification method called when the
PaymentSessionData for this
session has changed. |
void onCommunicatingStateChanged(boolean isCommunicating)
isCommunicating - true if communication is starting, false if it
is stopping.void onError(int errorCode,
java.lang.String errorMessage)
errorCode - a network code associated with the errorerrorMessage - a message associated with the errorvoid onPaymentSessionDataChanged(PaymentSessionData data)
PaymentSessionData for this
session has changed.data - the updated PaymentSessionData