Package com.keygenqt.viewer.android.base

Types

AppActions
Link copied to clipboard

Base actions with all feature

AppDatabaseQualifier
Link copied to clipboard
@Qualifier
annotation class AppDatabaseQualifier

For database that doesn't need migrations and encryption

AppDatabaseSecurityQualifier
Link copied to clipboard
@Qualifier
annotation class AppDatabaseSecurityQualifier

For database with encryption and migrations

AppViewModel
Link copied to clipboard
class AppViewModel @Inject constructor(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : ViewModel

Main ViewModel for app

Properties

LocalNavigationDispatcher
Link copied to clipboard
val LocalNavigationDispatcher: <ERROR CLASS>

NavigationDispatcher Can be used in CompositionLocalProvider to provide values.

LocalViewModel
Link copied to clipboard
val LocalViewModel: <ERROR CLASS>

AppViewModel Can be used in CompositionLocalProvider to provide values.