Create Custom Link Screen

class CreateCustomLinkScreen(customLinkId: String?) : CreateScreen<CustomRefyLink, CreateCustomLinkViewModel>

The CreateCustomLinkScreen class is useful to create or edit a CustomRefyLink

Author

N7ghtm4r3 - Tecknobit

Parameters

customLinkId

: the identifier of the custom link

See also

Screen
RefyItemBaseScreen

Constructors

Link copied to clipboard
constructor(customLinkId: String?)

Properties

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

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