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

Constructors

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

Functions

Link copied to clipboard
open override fun sessionFlowState(): SessionFlowState

Method used to retrieve a SessionFlowState instance used by the inheritors screens

Link copied to clipboard