Package-level declarations

Properties

Link copied to clipboard

Returns whether the file message is a file, checked by the UikitFileMessage.type. Anything other than an image or a video is considered as a file.

Link copied to clipboard

Returns whether the file message is an image, checked by the UikitFileMessage.type. 'svg' type is not considered as an image.

Link copied to clipboard

Returns whether the file message is a video, checked by the UikitFileMessage.type.

Link copied to clipboard

Returns the cache key for the original image.

Link copied to clipboard

Returns the cache key for the thumbnail image.

Functions

Link copied to clipboard

Returns the annotated nickname of the user. If the user is the current user, it appends the "You" badge to the nickname.

Link copied to clipboard

Returns the cover models for the group channel.

Link copied to clipboard

Returns the display message for the file message.

Link copied to clipboard

Returns the last message's display message to be shown in the channel list.

Link copied to clipboard
fun UikitUserMessage.displayText(editedTextColor: Color = MaterialTheme.colorScheme.background.copy(alpha = SendbirdOpacity.MediumOpacity)): AnnotatedString

Returns the display text for the user message with the edited badge if the message has been edited.

Link copied to clipboard

Returns the icon for the file message which are not images or videos.

Link copied to clipboard

Returns the file name for the file message or the default file name if the message is empty.

Link copied to clipboard

Checks if the last message receipt icon is visible. It is only visible if the channel is not a super group channel and the last message is not mine.

Link copied to clipboard

Returns the channel's last message's created date time, or the channel's created date time if there is no last message.

Link copied to clipboard

Returns the nickname of the sender or the unknown text if the sender is null.

Link copied to clipboard

Returns the original MediaInfo for the file message.

Link copied to clipboard

Returns the profile url of the sender or an empty string if the sender is null.

Link copied to clipboard

Returns the sent time of the message in date time format.

Link copied to clipboard

Returns the thumbnail MediaInfo for the file message.

Link copied to clipboard

Returns the timeline date for the timeline message.

Link copied to clipboard

Returns the title for the group channel. If the channel name is a default value, it returns the list of member nicknames.

Link copied to clipboard
fun UikitUser?.toDisplayName(usePronouns: Boolean = false, maxLength: Int = Int.MAX_VALUE): String

Converts the UikitUser to a display name.

Link copied to clipboard

Converts the list of UikitUser to a string for the typing indicator.

Link copied to clipboard

Returns the MessageType based on the message.

Link copied to clipboard

Returns the text for the unknown message type.

Link copied to clipboard

Returns the unread count for the group channel. If the unread message count is greater than 99, it returns the maximum unread count text.

Link copied to clipboard

Returns the nickname of the user or the unknown text if the nickname is empty.