Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-discovery
/
org.meshtastic.feature.discovery.export
/
ExportResult
Export
Result
sealed
interface
ExportResult
(
source
)
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
)
:
ExportResult
Success
Link copied to clipboard
data
class
Success
(
val
content
:
ByteArray
,
val
mimeType
:
String
,
val
fileName
:
String
)
:
ExportResult