public class APIResponseCallAdapter<R> extends Object implements retrofit2.CallAdapter<R,retrofit2.Call<R>>
| Constructor and Description |
|---|
APIResponseCallAdapter(Type responseType) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<R> |
adapt(retrofit2.Call<R> call) |
Type |
responseType() |
public APIResponseCallAdapter(Type responseType)
Copyright © 2025. All rights reserved.