EmojiRepresentation

data class EmojiRepresentation(val emoji: String, @StringRes val nameResId: Int, @DrawableRes val drawableRes: Int? = null)

Constructors

Link copied to clipboard
constructor(emoji: String, @StringRes nameResId: Int, @DrawableRes drawableRes: Int? = null)

Properties

Link copied to clipboard
val drawableRes: Int? = null
Link copied to clipboard
Link copied to clipboard