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
/
Success
Success
data
class
Success
(
val
content
:
ByteArray
,
val
mimeType
:
String
,
val
fileName
:
String
)
:
ExportResult
(
source
)
Members
Constructors
Success
Link copied to clipboard
constructor
(
content
:
ByteArray
,
mimeType
:
String
,
fileName
:
String
)
Properties
content
Link copied to clipboard
val
content
:
ByteArray
file
Name
Link copied to clipboard
val
fileName
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String