Package io.getstream.avatarview

Types

Link copied to clipboard
object AvatarBitmapCombiner

A bitmap combiner to provide segmented style bitmap from a list of bitmaps. This combiner supports a maximum of 4 combined bitmaps.

Link copied to clipboard
enum AvatarShape : Enum<AvatarShape>

An attribute type of AvatarView to determine the shape of the image and border.

Link copied to clipboard
class AvatarView @JvmOverloads constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView, CoroutineScope

AvatarView supports segmented style images, borders, indicators, and initials.

Link copied to clipboard
enum IndicatorPosition : Enum<IndicatorPosition>

An attribute type of AvatarView to determine position of the indicator.