-
public final class StreamAvatarBitmapFactory extends AvatarBitmapFactoryA custom bitmap factory that extends AvatarBitmapFactory to implement Stream SDK's avatar bitmap style.
-
-
Constructor Summary
Constructors Constructor Description StreamAvatarBitmapFactory(Context context)
-
Method Summary
Modifier and Type Method Description BitmaploadAvatarPlaceholderBitmap(Object data, Avatar avatar, Integer avatarSize)-
Methods inherited from class io.getstream.avatarview.stream.integration.StreamAvatarBitmapFactory
avatarBitmapKey, createAvatarBitmaps, loadAvatarBitmap, loadAvatarBitmapBlocking, loadAvatarPlaceholderBitmapBlocking -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StreamAvatarBitmapFactory
StreamAvatarBitmapFactory(Context context)
-
-
Method Detail
-
loadAvatarPlaceholderBitmap
Bitmap loadAvatarPlaceholderBitmap(Object data, Avatar avatar, Integer avatarSize)
-
-
-
-