Class MessageBackgroundFactoryImpl
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.feature.messages.list.background.MessageBackgroundFactory
public class MessageBackgroundFactoryImpl implements MessageBackgroundFactory
Default drawer of background of message items.
-
-
Constructor Summary
Constructors Constructor Description MessageBackgroundFactoryImpl(MessageListItemStyle style)
-
Method Summary
Modifier and Type Method Description DrawableplainTextMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of plain text messages. DrawableimageAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of messages containing image attachments. DrawabledeletedMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of deleted messages. DrawabletextAndAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of text and attachment messages. DrawablefileAttachmentsMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of messages containing file attachments. DrawablelinkAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Draws the background of messages containing links and no other types of attachments. DrawablegiphyAppearanceModel(Context context)Draws the drawable to the used as background for Giphys. -
-
Constructor Detail
-
MessageBackgroundFactoryImpl
MessageBackgroundFactoryImpl(MessageListItemStyle style)
-
-
Method Detail
-
plainTextMessageBackground
Drawable plainTextMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of plain text messages.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
imageAttachmentMessageBackground
Drawable imageAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of messages containing image attachments.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
deletedMessageBackground
Drawable deletedMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of deleted messages.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
textAndAttachmentMessageBackground
Drawable textAndAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of text and attachment messages.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
fileAttachmentsMessageBackground
Drawable fileAttachmentsMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of messages containing file attachments.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
linkAttachmentMessageBackground
Drawable linkAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Draws the background of messages containing links and no other types of attachments.
- Parameters:
context- Context.data- MessageListItem.MessageItem.
-
giphyAppearanceModel
Drawable giphyAppearanceModel(Context context)
Draws the drawable to the used as background for Giphys.
-
-
-
-