Using custom avatar view in chat #1958
-
We're using the UI kit to display a list of messages for a chat screen (so |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can subclass the We have some yet-to-be-published docs about this feature here, and the in-code documentation for |
Beta Was this translation helpful? Give feedback.
You can subclass the
AvatarBitmapFactory
class to customize how avatar images are loaded. You have to set the new instance viaChatUI.avatarBitmapFactory
.We have some yet-to-be-published docs about this feature here, and the in-code documentation for
AvatarBitmapFactory
should also tell you how to override its methods.