Fast-Android-Networking icon indicating copy to clipboard operation
Fast-Android-Networking copied to clipboard

Making a conditional request in Kotlin and Array of Image in one parameter support

Open arifinreinaldo opened this issue 5 years ago • 1 comments

Hi currently I am using kotlin and still trying to find a way to declare ANRequest.GetRequestBuilder getRequestBuilder = new ANRequest.GetRequestBuilder(ApiEndPoint.BASE_URL + ApiEndPoint.CHECK_FOR_HEADER); Is there an example to declare it in Kotlin? I am using the auto converter in Android Studio but still failed to do so.

arifinreinaldo avatar Feb 21 '20 09:02 arifinreinaldo

Have you tried this: val grb = GetRequestBuilder<GetRequestBuilder<*>>("")

TimPhoeniX avatar Mar 23 '20 12:03 TimPhoeniX