diff --git a/emojify/io.wax911.emojify.initializer/[android-jvm]-abstract-emoji-initializer/dependencies.html b/emojify/io.wax911.emojify.initializer/[android-jvm]-abstract-emoji-initializer/dependencies.html index bc1398d..9b03daa 100644 --- a/emojify/io.wax911.emojify.initializer/[android-jvm]-abstract-emoji-initializer/dependencies.html +++ b/emojify/io.wax911.emojify.initializer/[android-jvm]-abstract-emoji-initializer/dependencies.html @@ -68,7 +68,7 @@

dependencies

-
open override fun dependencies(): List<Class<out Initializer<*>>>

Return

A list of dependencies that this Initializer depends on. This is used to determine initialization order of Initializers.

For e.g. if a Initializer B defines another Initializer A as its dependency, then A gets initialized before B.

+
open override fun dependencies(): List<Class<out Initializer<*>>>

Return

A list of dependencies that this Initializer depends on. This is used to determine initialization order of Initializers.

For e.g. if a Initializer B defines another Initializer A as its dependency, then A gets initialized before B.

diff --git a/emojify/io.wax911.emojify.util/[common]get-unicode.html b/emojify/io.wax911.emojify.util/[common]get-unicode.html index 1d73210..c196214 100644 --- a/emojify/io.wax911.emojify.util/[common]get-unicode.html +++ b/emojify/io.wax911.emojify.util/[common]get-unicode.html @@ -68,7 +68,7 @@

getUnicode
-
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String

Returns the unicode representation of the emoji associated with the provided Fitzpatrick modifier.

If the modifier is null, then the result is similar to AbstractEmoji.unicode

Return

the unicode representation

Parameters

fitzpatrick

the fitzpatrick modifier or null

Throws

if the emoji doesn't support the Fitzpatrick modifiers

+
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String
fun <Error class: unknown class>.getUnicode(fitzpatrick: Fitzpatrick?): String

Returns the unicode representation of the emoji associated with the provided Fitzpatrick modifier.

If the modifier is null, then the result is similar to AbstractEmoji.unicode

Return

the unicode representation

Parameters

fitzpatrick

the fitzpatrick modifier or null

Throws

if the emoji doesn't support the Fitzpatrick modifiers