Emoji Representation
data class EmojiRepresentation( val emoji: String, @StringRes val nameResId: Int, @DrawableRes val drawableRes: Int? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun EmojiRepresentation( emoji: String, @StringRes nameResId: Int, @DrawableRes drawableRes: Int? = null)
Content copied to clipboard