callbackExecutor
abstract fun callbackExecutor(callbackExecutor: Executor): ApiClient.Builder
Content copied to clipboard
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.