Package io.getstream.avatarview.stream.integration
Types
Link copied to clipboard
A custom bitmap factory that extends AvatarBitmapFactory to implement Stream SDK's avatar bitmap style.
Functions
Link copied to clipboard
fun AvatarView.setChannelData(channel: Channel, errorPlaceholder: Drawable? = null)
Content copied to clipboard
Sets Channel to the AvatarView for loading images.
Link copied to clipboard
fun AvatarView.setUserData(user: User, errorPlaceholder: Drawable? = null)
Content copied to clipboard
Sets User to the AvatarView for loading image and online status.