Package-level declarations

Types

Link copied to clipboard
class ImageModel(val model: Any?, val placeholder: Painter? = null, val error: Painter? = null, val fallback: Painter? = error, val contentScale: ContentScale = ContentScale.Crop, val alpha: Float = DefaultAlpha, val colorFilter: ColorFilter? = null, val filterQuality: FilterQuality = DrawScope.DefaultFilterQuality)

Represents the model for the image.

Link copied to clipboard
class MediaInfo

Represents a media information to be used in drawing the images or thumbnail of videos. This can be created by either UikitFileMessage.originalMediaInfo or UikitFileMessage.thumbnailMediaInfo.

Link copied to clipboard
class MessagePagingParams(val hasNext: Boolean = false, val hasPrevious: Boolean = false, val initialized: Boolean = false)

Represents the paging parameters for messages.

Link copied to clipboard

Represents the type of the message to be used in drawing the message in ChannelScreen.