PlatformDatabaseData

Platform-specific data used to create the database that might be necessary for future operations in the future like nuke

actual data class PlatformDatabaseData

Platform-specific data used to create the database that might be necessary for future operations in the future like nuke

actual data class PlatformDatabaseData

Constructors

Link copied to clipboard
constructor(context: <Error class: unknown class>, globalDatabaseLegacyKey: ByteArray? = null, onGlobalDatabaseMigratedToRawKey: () -> Unit = {})
constructor(storageData: StorageData, useGradleSafeSqliterLogging: Boolean = false)
constructor()
constructor(storageData: StorageData)

Properties

Link copied to clipboard
val context: <Error class: unknown class>
Link copied to clipboard
internal val globalDatabaseLegacyKey: ByteArray? = null

Set only while the global database may still be on its legacy key.

Link copied to clipboard
internal val onGlobalDatabaseMigratedToRawKey: () -> Unit
Link copied to clipboard
Link copied to clipboard
val useGradleSafeSqliterLogging: Boolean = false