Glide
Glide
/
com.bumptech.glide.load.data
/
DataFetcher
/
DataCallback
/
onDataReady
on
Data
Ready
abstract
fun
onDataReady
(
data
:
T
)
Content copied to clipboard
Called with the loaded data if the load succeeded, or with
null
if the load failed.