Package-level declarations

Types

Link copied to clipboard
class CreateCollectionScreen(collectionId: String?) : CreateScreen<LinksCollection, CreateCollectionViewModel>

The CreateCollectionScreen class is useful to create or edit a LinksCollection

Link copied to clipboard
class CreateCustomLinkScreen(customLinkId: String?) : CreateScreen<CustomRefyLink, CreateCustomLinkViewModel>

The CreateCustomLinkScreen class is useful to create or edit a CustomRefyLink

Link copied to clipboard
abstract class CreateScreen<T : RefyItem, V : CreateItemViewModel<T>>(items: List<T>, invalidMessage: StringResource, itemId: String?) : RefyItemBaseScreen<T>

The CreateScreen class is useful to give the base behavior to create or edit a RefyItem's item

Link copied to clipboard

The CreateTeamActivity class is useful to create or edit a Team