Model

interface Model

An optional interface that models can implement to enhance control over Glide behaviors.

Functions

Link copied to clipboard
abstract fun isEquivalentTo(other: Any): Boolean
Returns true if this model produces the same image using the same mechanism (server, authentication, source etc) as the given model.