Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.ai
/
ChannelNameResult
Channel
Name
Result
sealed
class
ChannelNameResult
(
source
)
Inheritors
Found
Ambiguous
NotFound
Members
Types
Ambiguous
Link copied to clipboard
data
class
Ambiguous
(
val
candidates
:
List
<
String
>
)
:
ChannelNameResult
Found
Link copied to clipboard
data
class
Found
(
val
channelIndex
:
Int
,
val
name
:
String
)
:
ChannelNameResult
Not
Found
Link copied to clipboard
data
object
NotFound
:
ChannelNameResult