Translations

constructor(worstSemantics: String? = null, badSemantics: String? = null, neutralSemantics: String? = null, goodSemantics: String? = null, betterSemantics: String? = null, bestSemantics: String? = null)

Parameters

worstSemantics

a translated string used for semantics of the worst smiley. If null or empty, no semantics will be set.

badSemantics

a translated string used for semantics of the bad smiley. If null or empty, no semantics will be set.

neutralSemantics

a translated string used for semantics of the neutral smiley. If null or empty, no semantics will be set.

goodSemantics

a translated string used for semantics of the good smiley. If null or empty, no semantics will be set.

betterSemantics

a translated string used for semantics of the better smiley. If null or empty, no semantics will be set.

bestSemantics

a translated string used for semantics of the best smiley. If null or empty, no semantics will be set.