setDefaultRequestOptions

open fun setDefaultRequestOptions(requestOptions: RequestOptions): RequestManager

Replaces the default RequestOptions for all loads started with this request manager with the given RequestOptions.

The RequestOptions provided here replace those that have been previously provided via this method, setDefaultRequestOptions, and applyDefaultRequestOptions.

Subsequent calls to applyDefaultRequestOptions will not mutate the RequestOptions provided here. Instead the manager will create a clone of these options and mutate the clone.

Return

This request manager.

See also