applyDefaultRequestOptions

open fun applyDefaultRequestOptions(requestOptions: RequestOptions): RequestManager

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

The RequestOptions provided here are applied on top of those provided via setDefaultRequestOptions. If there are conflicts, the options applied here will win. Note that this method does not mutate options provided to setDefaultRequestOptions.

Multiple sets of options can be applied. If there are conflicts the last applied will win.

The modified options will only be applied to loads started after this method is called.

Return

This request manager.

See also