//app-support/healthstack.app.pref

Package healthstack.app.pref

Types

Name Summary
AppStage [androidJvm]
enum AppStage : Enum<AppStage>
An enumeration representing the different stages of the app. Each value has a corresponding title.
MetaDataStore [androidJvm]
class MetaDataStore(val context: Context)
A class that provides access to the meta data stored in the metaDataStore.
SettingPreference [androidJvm]
class SettingPreference(context: Context)
A class that handles the application settings using the Android data store.

Properties

Name Summary
dataStore [androidJvm]
val Context.dataStore: DataStore<Preferences>