Package-level declarations

Types

Link copied to clipboard
class CreateCollectionViewModel(snackbarHostState: SnackbarHostState) : CreateItemViewModel<LinksCollection>

The CreateCollectionViewModel class is the support class used by CreateCollectionScreen to communicate with the backend for the creation or the editing of a LinksCollection

Link copied to clipboard
class CreateCustomLinkViewModel(snackbarHostState: SnackbarHostState) : CreateItemViewModel<CustomRefyLink>

The CreateCustomLinkViewModel class is the support class used by CreateCustomLinkActivity to communicate with the backend for the creation or the editing of a CustomRefyLink

Link copied to clipboard
abstract class CreateItemViewModel<T : RefyItem>(snackbarHostState: SnackbarHostState) : EquinoxViewModel

The CreateItemViewModel class is the support class used by the inherited view models to communicate with the backend for the creation or the editing of a RefyItem

Link copied to clipboard
class CreateTeamViewModel(snackbarHostState: SnackbarHostState) : CreateItemViewModel<Team> , RecompositionsLocker

The CreateTeamViewModel class is the support class used by CreateTeamScreen to communicate with the backend for the creation or the editing of a Team