Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.emoji
/
EmojiPickerViewModel
Emoji
Picker
View
Model
class
EmojiPickerViewModel
(
customEmojiPrefs
:
CustomEmojiPrefs
)
:
ViewModel
(
source
)
Members
Constructors
Emoji
Picker
View
Model
Link copied to clipboard
constructor
(
customEmojiPrefs
:
CustomEmojiPrefs
)
Properties
custom
Emoji
Frequency
Link copied to clipboard
var
customEmojiFrequency
:
String
?
Functions
add
Closeable
Link copied to clipboard
expect
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
expect
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
expect
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?