Interface MessageBackgroundFactory
-
- All Implemented Interfaces:
public interface MessageBackgroundFactoryDrawer of background of message items.
-
-
Method Summary
Modifier and Type Method Description abstract DrawableplainTextMessageBackground(Context context, MessageListItem.MessageItem data)Background for message of plain text. abstract DrawabledeletedMessageBackground(Context context, MessageListItem.MessageItem data)Background for deleted messages. abstract DrawabletextAndAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Background for messages with attachments and text. abstract DrawablefileAttachmentsMessageBackground(Context context, MessageListItem.MessageItem data)Background for messages containing file attachments. abstract DrawablelinkAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Background for messages containing link attachments and no other types of attachments. abstract DrawablegiphyAppearanceModel(Context context)ShapeAppearanceModel for giphy card. abstract DrawableimageAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)Background for message with image attachments. -
-
Method Detail
-
plainTextMessageBackground
abstract Drawable plainTextMessageBackground(Context context, MessageListItem.MessageItem data)
Background for message of plain text.
-
deletedMessageBackground
abstract Drawable deletedMessageBackground(Context context, MessageListItem.MessageItem data)
Background for deleted messages.
-
textAndAttachmentMessageBackground
abstract Drawable textAndAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Background for messages with attachments and text.
-
fileAttachmentsMessageBackground
abstract Drawable fileAttachmentsMessageBackground(Context context, MessageListItem.MessageItem data)
Background for messages containing file attachments.
-
linkAttachmentMessageBackground
abstract Drawable linkAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Background for messages containing link attachments and no other types of attachments.
-
giphyAppearanceModel
abstract Drawable giphyAppearanceModel(Context context)
ShapeAppearanceModel for giphy card.
-
imageAttachmentMessageBackground
abstract Drawable imageAttachmentMessageBackground(Context context, MessageListItem.MessageItem data)
Background for message with image attachments.
-
-
-
-