ConfigBundle
data class ConfigBundle(val myInfo: MyNodeInfo, val metadata: DeviceMetadata, val configs: List<Config>, val moduleConfigs: List<ModuleConfig>)(source)
Aggregate of configuration and device metadata received during the handshake.
Stored as an atomic unit so the SDK can reconstruct the full configuration state from persistent storage after a reconnect.
Since
0.1.0