MentionListViewStyle

data class MentionListViewStyle(    @ColorInt val backgroundColor: Int,     val emptyStateDrawable: Drawable,     val messagePreviewStyle: MessagePreviewStyle) : ViewStyle

Constructors

Link copied to clipboard
constructor(@ColorInt backgroundColor: Int, emptyStateDrawable: Drawable, messagePreviewStyle: MessagePreviewStyle)

Properties

Link copied to clipboard
Link copied to clipboard