toggle menu
android-emojify
androidJvm
switch theme
search in API
emojify
/
io.wax911.emojify.util
/
EmojiTrie
Emoji
Trie
class
EmojiTrie
(
emojis
:
Collection
<
IEmoji
>
)
Members
Constructors
Emoji
Trie
Link copied to clipboard
constructor
(
emojis
:
Collection
<
IEmoji
>
)
Properties
max
Depth
Link copied to clipboard
var
maxDepth
:
Int
Functions
get
Emoji
Link copied to clipboard
@
JvmOverloads
fun
getEmoji
(
unicode
:
CharArray
,
start
:
Int
=
0
,
end
:
Int
=
unicode.size
)
:
IEmoji
?
Finds Emoji instance from emoji unicode
is
Emoji
Link copied to clipboard
@
JvmOverloads
fun
isEmoji
(
sequence
:
CharArray
?
,
start
:
Int
=
0
,
end
:
Int
=
sequence?.size ?: 0
)
:
Matches
Checks if sequence of chars contain an emoji.