AvatarImageLoader

open class AvatarImageLoader : ModelLoader<Model, Data>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Factory : ModelLoaderFactory<T, Y>

Functions

Link copied to clipboard
open fun buildLoadData(@NonNull avatarImage: AvatarImage, width: Int, height: Int, @NonNull options: Options): ModelLoader.LoadData<Bitmap>
Link copied to clipboard
open fun handles(@NonNull avatarImage: AvatarImage): Boolean