Package-level declarations
Types
Link copied to clipboard
Provides the currently logged in user.
Link copied to clipboard
An interface that allows to generate a preview text for the given message.
Link copied to clipboard
Provides icons for file attachments.
Link copied to clipboard
Provides icons for file attachments.
Link copied to clipboard
Link copied to clipboard
class SupportedReactions(context: Context, val reactions: Map<String, SupportedReactions.ReactionDrawable> = mapOf(
LOVE to loveDrawable(context),
THUMBS_UP to thumbsUpDrawable(context),
THUMBS_DOWN to thumbsDownDrawable(context),
LOL to lolDrawable(context),
WUT to wutDrawable(context),
))
Class allowing to define set of supported reactions. You can customize reactions by providing your own implementation of this class to ChatUI.supportedReactions.
Link copied to clipboard
object TransformStyle
Link copied to clipboard