EmojiRepresentation

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

Constructors

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

Properties

Link copied to clipboard
val drawableRes: Int? = null
Link copied to clipboard
val emoji: String
Link copied to clipboard
val nameResId: Int