Work On Project

abstract class WorkOnProject(val project: <Error class: unknown class>?) : NovaScreen

The WorkOnProject class is used to add a new project or edit an existing project

Author

N7ghtm4r3 - Tecknobit

Parameters

project

: the project to edit if passed

See also

EquinoxScreen

Inheritors

Constructors

Link copied to clipboard
constructor(project: <Error class: unknown class>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val project: <Error class: unknown class>?

Functions

Link copied to clipboard

Function to arrange the content of the screen to display

Link copied to clipboard
open fun onCreate()

Function invoked when the ShowContent composable has been created

Link copied to clipboard
open fun onDestroy()

Function invoked when the ShowContent composable has been stopped

Link copied to clipboard
open fun onPause()

Function invoked when the ShowContent composable has been paused

Link copied to clipboard
open override fun onResume()

Function invoked when the ShowContent composable has been resumed

Link copied to clipboard
open fun onStart()

Function invoked when the ShowContent composable has been started

Link copied to clipboard
open fun onStop()

Function invoked when the ShowContent composable has been paused