Package-level declarations

Types

Link copied to clipboard
class TeamScreenViewModel(snackbarHostState: SnackbarHostState, initialTeam: Team) : TeamViewModelHelper, RecompositionsLocker

The TeamActivityViewModel class is the support class used by TeamScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the Team

Link copied to clipboard

The TeamsListViewModel class is the support class used by TeamsListScreen to communicate with the backend and to execute the refreshing routines to update the UI data and working with the Team

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

The TeamViewModelHelper 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 Team