Package io.getstream.avatarview.glide

Functions

Link copied to clipboard
fun AvatarView.loadImage(data: Any?, requestBuilder: RequestBuilder<*>)
inline fun AvatarView.loadImage(data: Any?, crossFadeEnabled: Boolean = true, requestListener: RequestListener<Drawable>? = null, requestOptions: () -> RequestOptions = { RequestOptions() })

Loads an image request data to the AvatarView.

fun AvatarView.loadImage(data: List<Any?>, requestBuilder: RequestBuilder<*>)
fun AvatarView.loadImage(data: List<Any?>, crossFadeEnabled: Boolean = true, requestListener: RequestListener<Drawable>? = null, requestOptions: () -> RequestOptions = { RequestOptions() })

Loads a list of image request data to the AvatarView. Up to 4 images will be combined and loaded.