Callback method in enqueue(OKHttp)

Does the callback method in enqueue operates on a totally different thread in the background?

call.enqueue()

runs the request on a background thread, and runs the callback on the current thread.

Hey Sanchit,
As you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “ Ask Doubt ” section, when your doubt is resolved.