retrofit / retrofit2 / Call / enqueue

enqueue

abstract fun enqueue(callback: Callback<T>!): Unit

Asynchronously send the request and notify callback of its response or if an error occurred talking to the server, creating the request, or processing the response.