SettingsScreenViewModel
class SettingsScreenViewModel(context: Context, credentialStorage: CredentialStorage, val config: SampleConfig) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
ViewModel for the Settings screen. Exposes the static environment configuration, the product subscription keys, and the host application's build metadata, plus a destructive action to clear all locally-stored credentials.
Types
Properties
Link copied to clipboard
The host application's version, build number, and package name.
Link copied to clipboard
The static app configuration (environment, API versions, product keys).
Link copied to clipboard
val snackBarStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>
Flow of snackbar events to be displayed.