StreamAvatarBitmapFactory
A custom bitmap factory that extends AvatarBitmapFactory to implement Stream SDK's avatar bitmap style.
Constructors
Functions
Link copied to clipboard
open suspend override fun loadAvatarPlaceholderBitmap(data: Any?, avatar: Avatar, avatarSize: Int): Bitmap
Content copied to clipboard
Inherited functions
Link copied to clipboard
Link copied to clipboard
open suspend fun createAvatarBitmaps(avatar: Avatar, avatarSize: Int): Bitmap?
Content copied to clipboard
Link copied to clipboard
open suspend fun loadAvatarBitmap(data: Any?, avatar: Avatar, avatarSize: Int): Bitmap?
Content copied to clipboard
Link copied to clipboard
open fun loadAvatarBitmapBlocking(data: Any?, avatar: Avatar, avatarSize: Int): Bitmap?
Content copied to clipboard
Link copied to clipboard
open fun loadAvatarPlaceholderBitmapBlocking(data: Any?, avatar: Avatar, avatarSize: Int): Bitmap?
Content copied to clipboard