Data Store Provider
abstract class DataStoreProvider(context: Context) : <ERROR CLASS> ERROR CLASS: Symbol not found for IDataStoreProvider
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected fun createOrGetDataStore(migrations: List<ERROR CLASS: Symbol not found for DataMigration<ERROR CLASS: Symbol not found for Preferences>> = emptyList()): ERROR CLASS: Symbol not found for DataStore<ERROR CLASS: Symbol not found for Preferences>
Helper to create or return an existing DataStore with proper scope management for a given filename.
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
Reads a list from DataStore.
Link copied to clipboard
Link copied to clipboard
Reads a map from DataStore.
Link copied to clipboard
Link copied to clipboard