GiphyAttachmentViewHolder

Represents the Giphy attachment holder, when the Giphy is already sent.

Parameters

parent

The parent container.

decorators

List of decorators for various parts of the holder.

listeners

The listeners for various user interactions.

markdown

Markdown renderer, used for the message text.

binding

The binding that holds all the View references.

Properties

Link copied to clipboard
val binding: <Error class: unknown class>

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard

Binds the data required to represent a Giphy attachment. Shows the Giphy, applies decorations and the transformations for text and the container shape.

Link copied to clipboard
open override fun messageContainerView(): View

Returns the Message container that we can use to anchor UI based on its size and position.

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Called when this view holder and its' view were attached to window.

Link copied to clipboard

Called when this view holder and its' view were detached from window.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun unbind()