ResponseType - The type of the response in which context initialised.@FunctionalInterface public interface ContextInitializer<ResponseType>
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
apply(Context context,
ResponseType response) |
ResponseType apply(Context context, ResponseType response)
context - the context of the api callresponse - the response from the serverCopyright © 2025. All rights reserved.