Base Links Screen

abstract class BaseLinksScreen<L : RefyLink, V : BaseLinksScreenViewModel<L>>(title: StringResource, viewModel: V) : ItemsScreen<V>

The BaseLinksScreen class is the base screen used to display the links list and give the basic behavior of a screen which have to display a list of links

Author

N7ghtm4r3 - Tecknobit

Parameters

title

The title of the screen

viewModel

The support viewmodel for the screen

L

The type of the link displayed

V

The type of the viewmodel of the screen

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(title: StringResource, viewModel: V)

Functions

Link copied to clipboard
abstract fun RelatedLinkCard(link: L)

The custom card used to display the information of the link

Link copied to clipboard