callbackExecutor

abstract fun callbackExecutor(callbackExecutor: Executor): ApiClient.Builder

Return

the same Builder instance

See also

Parameters

callbackExecutor

an executor to be used when invoking Callback and ProgressListener instance methods.

If set to null, the methods will be called on the thread executing th request to pCloud's API.