apply
open fun apply(requestOptions: BaseRequestOptions<out Any>): RequestBuilder<TranscodeType>
Content copied to clipboard
Applies the given options to the request.
As with apply, #apply
only replaces those values that are explicitly set in the given RequestOptions object. If you need to completely reset all previously set options, create a new RequestBuilder
instead of using this method.
Return
This request builder.