toggle menu
emoji-kt
2.0.0
common
switch theme
search in API
emoji-kt
/
org.kodein.emoji
/
EmojiTemplateCatalog
Emoji
Template
Catalog
class
EmojiTemplateCatalog
(
emojiList
:
List
<
Emoji
>
,
builder
:
EmojiTemplateCatalog.Builder
.
(
)
->
Unit
=
{}
)
Members
Constructors
Emoji
Template
Catalog
Link copied to clipboard
constructor
(
emojiList
:
List
<
Emoji
>
,
builder
:
EmojiTemplateCatalog.Builder
.
(
)
->
Unit
=
{}
)
Types
Builder
Link copied to clipboard
class
Builder
Functions
replace
Link copied to clipboard
fun
replace
(
string
:
String
)
:
String
replace
Emoticons
Link copied to clipboard
fun
replaceEmoticons
(
string
:
String
)
:
String
replace
Shortcodes
Link copied to clipboard
fun
replaceShortcodes
(
string
:
String
)
:
String
Replaces all short codes in the form of :shortcode: by their corresponding emoji.