MessageBackgroundFactory
Functions
Link copied to clipboard
abstract fun deletedMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for deleted messages.
Link copied to clipboard
abstract fun fileAttachmentsMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for messages containing file attachments.
Link copied to clipboard
ShapeAppearanceModel for giphy card.
Link copied to clipboard
abstract fun imageAttachmentMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for message with image attachments.
Link copied to clipboard
abstract fun linkAttachmentMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for messages containing link attachments and no other types of attachments.
Link copied to clipboard
abstract fun plainTextMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for message of plain text.
Link copied to clipboard
Background for poll messages.
Link copied to clipboard
abstract fun textAndAttachmentMessageBackground(context: Context, data: MessageListItem.MessageItem): Drawable
Background for messages with attachments and text.