public interface Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterResponse(Context context)
Callback called just after the HTTP response is received.
|
void |
onBeforeRequest(Request request)
Callback called just before the HTTP request is sent.
|
void onBeforeRequest(Request request)
request - The HTTP request to be executedvoid onAfterResponse(Context context)
context - Context for the HTTP callCopyright © 2025. All rights reserved.