Skip to content

loader target

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.glide/LoaderTarget/LoaderTarget

LoaderTarget

[androidJvm]
constructor(onLoadStarted: (drawable: Drawable?) -> Unit? = null, onLoadFinished: (drawable: Drawable?) -> Unit? = null)

constructor(width: Int = SIZE_ORIGINAL, height: Int = SIZE_ORIGINAL, onLoadStarted: (drawable: Drawable?) -> Unit? = null, onLoadFinished: (drawable: Drawable?) -> Unit? = null)

Clone this wiki locally