Package com.keygenqt.viewer.android.base
Types
AppActions
Link copied to clipboard
class AppActions(controller: NavHostController) : ProfileNavActions, FollowersNavActions, ReposNavActions, OtherNavActions
Content copied to clipboard
Base actions with all feature
AppDatabaseQualifier
Link copied to clipboard
For database that doesn't need migrations and encryption
AppDatabaseSecurityQualifier
Link copied to clipboard
For database with encryption and migrations
AppViewModel
Link copied to clipboard
class AppViewModel @Inject constructor(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : ViewModel
Content copied to clipboard
Main ViewModel for app
Properties
LocalNavigationDispatcher
Link copied to clipboard
LocalViewModel
Link copied to clipboard
AppViewModel Can be used in CompositionLocalProvider to provide values.