AvatarBitmapFactory
A Bitmap factory to create avatar bitmaps.
Constructors
Functions
Link copied to clipboard
Returns cache key for caching the avatar Bitmap image on memory.
Link copied to clipboard
open suspend fun createAvatarBitmaps(avatar: Avatar, @Px avatarSize: Int): Bitmap?
Content copied to clipboard
Creates a combined avatar Bitmap with the data model avatar and the specified avatarSize to represent the avatar image, in a suspending operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard