EmojiConfig
data class EmojiConfig(val categoryAppearance: EmojiCategoryAppearance = EmojiCategoryAppearance.SYMBOL, val emojiProvider: EmojiProvider = EmojiProvider.GOOGLE, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs
The general configuration for the emoji dialog.
Parameters
categoryAppearance
The appearance of the categories.
emojiProvider
The emoji provider that will be used to render the emojis.
icons
The style of icons that are used for dialog/ view-specific icons.
Constructors
Link copied to clipboard
constructor(categoryAppearance: EmojiCategoryAppearance = EmojiCategoryAppearance.SYMBOL, emojiProvider: EmojiProvider = EmojiProvider.GOOGLE, icons: LibIcons = DEFAULT_ICON_STYLE)