IEmoji

interface IEmoji

Properties

Link copied to clipboard
abstract val aliases: List<String>?

a list of aliases for this emoji

Link copied to clipboard
abstract val description: String?

the (optional) description of the emoji

Link copied to clipboard
abstract val emoji: String

unicode emoji

Link copied to clipboard
abstract val emojiChar: String

actual raw emoji

Link copied to clipboard
abstract val htmlDec: String
Link copied to clipboard
abstract val htmlHex: String
Link copied to clipboard

true if the emoji supports the Fitzpatrick modifiers, else false

Link copied to clipboard
abstract val supportsGender: Boolean

true if the emoji supports the gender modifiers, else false

Link copied to clipboard
abstract val tags: List<String>?

a list of tags for this emoji

Link copied to clipboard
abstract val unicode: String