public interface GenericCallback
| Modifier and Type | Method | Description |
|---|---|---|
void |
otherError(okhttp3.Response response) |
All other errors, including server malfunction or network error.
|
void |
pushedSuccessfully(okhttp3.Response response) |
The pushed transaction was accepted in the BACKLOG, but the processing has not been completed.
|
void |
transactionMalformed(okhttp3.Response response) |
The transaction was malformed and not accepted in the BACKLOG.
|
void pushedSuccessfully(okhttp3.Response response)
response - the responsevoid transactionMalformed(okhttp3.Response response)
response - the responsevoid otherError(okhttp3.Response response)
response - the responseCopyright © 2018. All rights reserved.