Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-common
/
org.meshtastic.core.common.util
/
Base64Factory
Base64Factory
common
object
Base64Factory
(
source
)
Pure Kotlin Base64 utility — no expect/actual needed.
Members
Functions
decode
Link copied to clipboard
common
fun
decode
(
data
:
String
)
:
ByteArray
encode
Link copied to clipboard
common
fun
encode
(
data
:
ByteArray
)
:
String