open class GlideDrawableDownloader : DrawableDownloader
Downloader based on the Glide library.
GlideDrawableDownloader(context: Context!) |
open fun download(staticImage: StaticImage!, imageView: ImageView!): Unit
Download to container. Can be called from the main thread. open fun download(staticImage: StaticImage!, listener: DownloadListener!): Unit
Download with listener. Success Error cases. Can be used to multiplay a request in the background. |
|
open fun getContext(): Context? |