Glide
Glide
/
com.bumptech.glide.load.model
/
Model
Model
interface
Model
Content copied to clipboard
An optional interface that models can implement to enhance control over Glide behaviors.
Functions
Functions
is
Equivalent
To
Link copied to clipboard
abstract
fun
isEquivalentTo
(
other
:
Any
)
:
Boolean
Content copied to clipboard
Returns
true
if this model produces the same image using the same mechanism (server, authentication, source etc) as the given model.