SetupScreenViewModel
class SetupScreenViewModel(credentialStorage: CredentialStorage, val config: SampleConfig) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
ViewModel for the Setup & Config screen. Surfaces the otherwise-invisible credential bootstrap by reading the current provisioning state from CredentialStorage and the static SampleConfig.
Properties
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.