AvatarStyle

data class AvatarStyle(    @Px val avatarBorderWidth: Int,     @ColorInt val avatarBorderColor: Int,     val avatarInitialsTextStyle: TextStyle,     val groupAvatarInitialsTextStyle: TextStyle,     val onlineIndicatorEnabled: Boolean,     val onlineIndicatorPosition: OnlineIndicatorPosition,     @ColorInt val onlineIndicatorColor: Int,     @ColorInt val onlineIndicatorBorderColor: Int,     val avatarShape: AvatarShape,     @Px val borderRadius: Float) : ViewStyle

Style for UserAvatarView and ChannelAvatarView.

Constructors

Link copied to clipboard
constructor(    @Px avatarBorderWidth: Int,     @ColorInt avatarBorderColor: Int,     avatarInitialsTextStyle: TextStyle,     groupAvatarInitialsTextStyle: TextStyle,     onlineIndicatorEnabled: Boolean,     onlineIndicatorPosition: OnlineIndicatorPosition,     @ColorInt onlineIndicatorColor: Int,     @ColorInt onlineIndicatorBorderColor: Int,     avatarShape: AvatarShape,     @Px borderRadius: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard