public class RetrofitChallongeApiCallFactory extends Object
| Constructor and Description |
|---|
RetrofitChallongeApiCallFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> RetrofitChallongeApiCall<T> |
createApiCall(retrofit2.Call<T> retrofitCall)
Creates a new API call
|
public <T> RetrofitChallongeApiCall<T> createApiCall(retrofit2.Call<T> retrofitCall)
T - Type of the callretrofitCall - retrofitCallCopyright © 2016. All rights reserved.