Package-level declarations

Types

Link copied to clipboard
class CustomLinkScreenViewModel(snackbarHostState: SnackbarHostState, initialCustomLink: CustomRefyLink) : LinksViewModelHelper<CustomRefyLink> , RecompositionsLocker

The CustomLinkScreenViewModel class is the support class used by CustomLinkScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the CustomRefyLink

Link copied to clipboard
class CustomLinksViewModel : LinksViewModel<CustomRefyLink>

The CustomLinksViewModel class is the support class used by CustomLinksScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the RefyLink

Link copied to clipboard

The LinkListViewModel class is the support class used by LinkListScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the RefyLink

Link copied to clipboard
abstract class LinksViewModel<T : RefyLink> : LinksViewModelHelper<T>

The LinksViewModel 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 RefyLink

Link copied to clipboard
abstract class LinksViewModelHelper<T : RefyLink>(snackbarHostState: SnackbarHostState) : RefyViewModel

The LinksViewModelHelper class is the support class used by the related activities to communicate with the backend and to execute the refreshing routines to update the UI data and working with the RefyLink