SettingsBundle

@Serializable
data class SettingsBundle(val formatVersion: Int = CURRENT_FORMAT_VERSION, val schemaVersion: Int, val appId: String, val exportedAt: Long, val deviceInfo: DeviceInfo? = null, val settings: Map<String, String>, val checksum: String)

Constructors

Link copied to clipboard
constructor(formatVersion: Int = CURRENT_FORMAT_VERSION, schemaVersion: Int, appId: String, exportedAt: Long, deviceInfo: DeviceInfo? = null, settings: Map<String, String>, checksum: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard