Package-level declarations

Types

Link copied to clipboard
class CustomLinksScreen : LinksScreen<CustomRefyLink>

The CustomLinksScreen class is useful to display the list of the localUser's CustomRefyLink

Link copied to clipboard
class LinkListScreen : LinksScreen<RefyLink>

The LinkListScreen class is useful to display the list of the localUser's RefyLink

Link copied to clipboard
abstract class LinksScreen<T : RefyLink>(val viewModel: LinksViewModel<T>) : ItemScreen, RefyLinkUtilities<T>

The LinksScreen class is useful to give the basic structure for a screen to display the a RefyLink's list