Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard
class CustomLinkActivity : SingleItemActivity<CustomRefyLink>

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

Link copied to clipboard
abstract class SingleItemActivity<T : RefyItem>(items: List<T>, invalidMessage: Int) : RefyItemBaseActivity<T> , RefyLinkUtilities<RefyLink> , SessionManager

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

Link copied to clipboard

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