enqueue

abstract fun enqueue(@NotNull callback: ApolloCallback<D>): ApolloDisposable

Schedules the request to be executed at some point in the future.

Parameters

callback

Callback which will handle the response or a failure exception.