Create Collection Screen

class CreateCollectionScreen(collectionId: String?) : CreateScreen<LinksCollection, CreateCollectionViewModel>

The CreateCollectionScreen class is useful to create or edit a LinksCollection

Author

N7ghtm4r3 - Tecknobit

See also

Screen
RefyItemBaseScreen

Constructors

Link copied to clipboard
constructor(collectionId: String?)

Properties

Link copied to clipboard
val invalidMessage: StringResource
Link copied to clipboard
val items: List<LinksCollection>

Functions

Link copied to clipboard

Function to init the item searching it in the items list by its itemId

Link copied to clipboard
@Composable
fun InvalidItemUi()

Function to display the error view when the item is not valid or has not been found

Link copied to clipboard
@Composable
open override fun ShowContent()

Function to display the content of the screen