Glide
Glide
/
com.bumptech.glide.load
/
Options
Options
class
Options
:
Key
Content copied to clipboard
A set of
Options
to apply to in memory and disk cache keys.
Functions
Properties
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
open
fun
<
T
>
get
(
option
:
Option
<
T
>
)
:
T
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
put
All
Link copied to clipboard
open
fun
putAll
(
other
:
Options
)
Content copied to clipboard
set
Link copied to clipboard
open
fun
<
T
>
set
(
option
:
Option
<
T
>
,
value
:
T
)
:
Options
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
update
Disk
Cache
Key
Link copied to clipboard
open
fun
updateDiskCacheKey
(
messageDigest
:
MessageDigest
)
Content copied to clipboard
Adds all uniquely identifying information to the given digest.
Properties
CHARSET
Link copied to clipboard
val
CHARSET
:
Charset
Content copied to clipboard
STRING_CHARSET_NAME
Link copied to clipboard
val
STRING_CHARSET_NAME
:
String
Content copied to clipboard