ProjectScreen

class ProjectScreen(projectId: String, updateToExpandId: String?) : ItemScreen<Project, ProjectScreenViewModel>

The ProjectScreen displays the details of a project and allow to manage that project

Author

N7ghtm4r3 - Tecknobit

Parameters

projectId

The identifier of the project to display

updateToExpandId

If not null will expand the related change notes of the update requested

See also

com.tecknobit.equinoxcompose.helpers.session.EquinoxScreen

Constructors

Link copied to clipboard
constructor(projectId: String, updateToExpandId: String?)

Functions

Link copied to clipboard

Method to arrange the content of the screen to display

Link copied to clipboard

Method to calculated the bottom padding based on the isBottomNavigationMode flag

Link copied to clipboard

Method to calculated the start padding based on the isBottomNavigationMode flag

Link copied to clipboard

Method to collect or instantiate the states of the screen

Link copied to clipboard
open fun onStart()

Method invoked when the ShowContent composable has been started