A
C
G
I
L
N
S
A
- Avatar - class in io.getstream.avatarview.coil
- A data transfer model for transferring image data to AvatarFetcher.
- AvatarBitmapFactory - class in io.getstream.avatarview.coil
- A Bitmap factory to create avatar bitmaps.
- avatarBitmapKey(Avatar) - function in io.getstream.avatarview.coil.AvatarBitmapFactory
- Returns cache key for caching the avatar Bitmap image on memory.
- AvatarCoil - class in io.getstream.avatarview.coil
- AvatarCoil provides a ImageLoader, AvatarBitmapFactory, and ImageHeadersProvider that can be fully customized for loading avatar image:
imageLoader be used to load Avatar payload internally. You can customize with your own ImageLoaderFactory or AvatarImageLoaderFactory by using setImageLoader function.
AvatarBitmapFactory will creates avatar bitmaps when AvatarFetcher fetches the Avatar payload successfully. The loaded bitmaps will be operated by the factory and they will be loaded as BitmapDrawable to the io.getstream.avatarview.AvatarView.
ImageHeadersProvider be used to provide image header. If you're using your own CDN, you can set the AvatarCoil.imageHeadersProvider to load image data with your own header.
- AvatarImageLoaderFactory - class in io.getstream.avatarview.coil
- An ImageLoader factory to provide an instance of the ImageLoader.
- AvatarImageLoaderInternal - class in io.getstream.avatarview.coil
- An internal image loader to request image data with Coil.
- AvatarViewExtension - class in io.getstream.avatarview.coil