public interface PaymentResultListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PaymentResultListener.PaymentResult |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR |
static java.lang.String |
INCOMPLETE |
static java.lang.String |
SUCCESS |
static java.lang.String |
USER_CANCELLED |
| Modifier and Type | Method and Description |
|---|---|
void |
onPaymentResult(java.lang.String paymentResult)
Called to notify the listener of the result of the payment.
|
static final java.lang.String SUCCESS
static final java.lang.String USER_CANCELLED
static final java.lang.String ERROR
static final java.lang.String INCOMPLETE