Package io.getstream.chat.android.ui.widgets.avatar
See: Description
-
Class Summary Class Description AvatarImageView Represents the base avatar image view, which is capable of displaying an avatar of any type. AvatarStyle Style for UserAvatarView and ChannelAvatarView. ChannelAvatarView Represents the Channel avatar that's shown when browsing channels or when you open the Messages screen. UserAvatarView Represents the User avatar that's shown on the Messages screen or in headers of DMs. -
Enum Summary Enum Description AvatarShape Determines the shape of the avatar image in UserAvatarView and ChannelAvatarView. OnlineIndicatorPosition Determines the position of online indicator in UserAvatarView and ChannelAvatarView. -
Interface Summary Interface Description ChannelAvatarViewProvider Provides views for the channel avatar. ChannelAvatarRenderer Custom renderer for the channel avatar. UserAvatarRenderer Custom renderer for the user avatar.