Package io.getstream.avatarview.coil
Types
A data transfer model for transferring image data to AvatarFetcher. This model will be fetched by AvatarFetcher when we request image loading by using this type to Coil.
A Bitmap factory to create avatar bitmaps.
AvatarCoil provides a ImageLoader, AvatarBitmapFactory, and ImageHeadersProvider that can be fully customized for loading avatar image:
An ImageLoader factory to provide an instance of the ImageLoader.
An internal image loader to request image data with Coil.
Provides HTTP headers for image loading requests.
Functions
Loads an image request data to the AvatarView.
Loads a vararg of image request data to the AvatarView. Up to 4 images will be combined and loaded.
Loads a list of image request data to the AvatarView. Up to 4 images will be combined and loaded.