Glide
Glide
/
com.bumptech.glide.request
/
RequestOptions
/
option
option
open
fun
<
T
>
option
(
option
:
Option
<
T
>
,
value
:
T
)
:
RequestOptions
Content copied to clipboard
Returns a
RequestOptions
object with the given
Option
set via
set
.