-
Notifications
You must be signed in to change notification settings - Fork 0
loader target
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.glide/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)