Meshtastic App
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.util
/
createClipEntry
create
Clip
Entry
android
common
jvm
actual
fun
createClipEntry
(
text
:
String
,
label
:
String
)
:
ClipEntry
(
source
)
Creates a platform-appropriate
ClipEntry
for the given text.
expect
fun
createClipEntry
(
text
:
String
,
label
:
String
=
""
)
:
ClipEntry
(
source
)
Creates a platform-appropriate
ClipEntry
for the given text.
actual
fun
createClipEntry
(
text
:
String
,
label
:
String
)
:
ClipEntry
(
source
)
Creates a platform-appropriate
ClipEntry
for the given text.