Package-level declarations

Types

Link copied to clipboard
class CollectionScreen(collectionId: String) : SingleItemScreen<LinksCollection> , RefyLinkUtilities<RefyLink> , LinksCollectionUtilities

The CollectionScreen class is useful to display a LinksCollection's details and manage that collection

Link copied to clipboard
class CustomLinkScreen(customLinkId: String) : SingleItemScreen<CustomRefyLink>

The CustomLinkScreen class is useful to display a CustomLinkActivity's details and manage that team

Link copied to clipboard
abstract class SingleItemScreen<T : RefyItem>(items: List<T>, invalidMessage: StringResource, itemId: String?) : RefyItemBaseScreen<T> , RefyLinkUtilities<RefyLink>

The SingleItemScreen class is useful to give the base behavior of a single RefyItem's screen to correctly display and manage it

Link copied to clipboard
class TeamScreen(teamId: String) : SingleItemScreen<Team> , RefyLinkUtilities<RefyLink> , TeamsUtilities

The TeamScreen class is useful to display a Team's details and manage that team