Class MentionListViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class MentionListViewStyle implements ViewStyle
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final DrawableemptyStateDrawableprivate final MessagePreviewStylemessagePreviewStyle
-
Constructor Summary
Constructors Constructor Description MentionListViewStyle(Integer backgroundColor, Drawable emptyStateDrawable, MessagePreviewStyle messagePreviewStyle)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final DrawablegetEmptyStateDrawable()final MessagePreviewStylegetMessagePreviewStyle()-
-
Constructor Detail
-
MentionListViewStyle
MentionListViewStyle(Integer backgroundColor, Drawable emptyStateDrawable, MessagePreviewStyle messagePreviewStyle)
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getEmptyStateDrawable
final Drawable getEmptyStateDrawable()
-
getMessagePreviewStyle
final MessagePreviewStyle getMessagePreviewStyle()
-
-
-
-