Package com.pdfgate
Interface PdfGateCallback<T>
- Type Parameters:
T- the response payload type.
public interface PdfGateCallback<T>
Callback for asynchronous PDFGate requests.
-
Method Summary
-
Method Details
-
onSuccess
Called when the request completes successfully.- Parameters:
call- the underlying OkHttp call.value- the parsed response payload.
-
onFailure
Called when the request fails or parsing throws an exception.- Parameters:
call- the underlying OkHttp call.t- the failure cause.
-