Package-level declarations
Types
The
BaseLinksScreenViewModel
class is the support class used to
handle the links list displayed by a
screen which have to display that links
list
The
CollectionsManager
interface is used to manage the
collections data list and the operations
such links attachments, or teams sharing
The
ItemScreenViewModel
class is the support class used by the
screens which have to display the
details of a RefyItem
or manage it
The
LinksRetriever
interface is used to retrieve the links
from the backend
The
RefyScreenViewModel
class is the support class used to
handle the operations of a com.tecknobit.refy.ui.shared.presenters.RefyScreen,
for example the requests to the backend
The
TeamsManager
interface is used to manage the teams
data list and the operations such
sharing or team deletion
The
UpsertScreenViewModel
class is the support class used by the
screens which insert new items or
updated the existing ones