Package-level declarations

Types

Link copied to clipboard

The CollectionListViewModel class is the support class used by CollectionListScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the LinksCollection

Link copied to clipboard
class CollectionScreenViewModel(snackbarHostState: SnackbarHostState, val initialCollection: LinksCollection) : LinksCollectionViewModelHelper, RecompositionsLocker

The CollectionScreenViewModel class is the support class used by CollectionScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the LinksCollection

Link copied to clipboard
abstract class LinksCollectionViewModelHelper(snackbarHostState: SnackbarHostState) : RefyViewModel

The LinksCollectionViewModelHelper class is the support class used by the inherited view models to communicate with the backend and to execute the refreshing routines to update the UI data and working with the LinksCollection