PersistentStorageKey

abstract class PersistentStorageKey(val key: String, val shouldBackupToCloud: Boolean)

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

Constructors

Link copied to clipboard
constructor(key: String, shouldBackupToCloud: Boolean)

Properties

Link copied to clipboard
val key: String

The actual storage key string, must be unique across all keys

Link copied to clipboard

Whether this data should be backed up to cloud storage