emoji-kt
Toggle table of contents
2.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
emoji-kt
emoji-kt
/
org.kodein.emoji
/
Emoji
/
Details
Details
data
class
Details
(
val
string
:
String
,
val
description
:
String
,
val
unicodeVersion
:
UnicodeVersion
,
val
aliases
:
List
<
String
>
,
val
emoticons
:
List
<
String
>
,
val
notoImageRatio
:
Float
,
val
notoAnimationRatio
:
Float
)
Members
Members & Extensions
Constructors
Details
Link copied to clipboard
constructor
(
string
:
String
,
description
:
String
,
unicodeVersion
:
UnicodeVersion
,
aliases
:
List
<
String
>
,
emoticons
:
List
<
String
>
,
notoImageRatio
:
Float
,
notoAnimationRatio
:
Float
)
Properties
aliases
Link copied to clipboard
val
aliases
:
List
<
String
>
description
Link copied to clipboard
val
description
:
String
emoticons
Link copied to clipboard
val
emoticons
:
List
<
String
>
has
Noto
Animation
Link copied to clipboard
val
hasNotoAnimation
:
Boolean
has
Noto
Image
Link copied to clipboard
val
hasNotoImage
:
Boolean
noto
Animated
Link copied to clipboard
val
notoAnimated
:
Boolean
noto
Animation
Ratio
Link copied to clipboard
val
notoAnimationRatio
:
Float
noto
Image
Ratio
Link copied to clipboard
val
notoImageRatio
:
Float
string
Link copied to clipboard
val
string
:
String
unicode
Version
Link copied to clipboard
val
unicodeVersion
:
UnicodeVersion
Functions
code
Points
Link copied to clipboard
fun
Emoji.Details
.
codePoints
(
)
:
IntArray