Package-level declarations

Types

Link copied to clipboard

Storage that persists across app (re)installs. Data can be restored after reinstall, or on a new device if the user restored the app from a backup.

Link copied to clipboard

Describes the availability of persistent storage on this device.

Link copied to clipboard
abstract class PersistentStorageKey(val key: String, val shouldBackupToCloud: Boolean)

Base class for persistent storage keys. Each module can define its own keys.

Link copied to clipboard

Exception returned inside Result.failure when persistent storage is unavailable. To avoid this, call PersistentStorage.checkAvailability first.