Join Project Screen

class JoinProjectScreen(val enableScanOption: Boolean) : NovaScreen

The JoinProjectScreen class is used to join in a project

Author

N7ghtm4r3 - Tecknobit

Parameters

enableScanOption

: whether enable the scan option

See also

EquinoxScreen

Constructors

Link copied to clipboard
constructor(enableScanOption: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 onResume()

Function invoked when the ShowContent composable has been resumed

Link copied to clipboard
open fun onStop()

Function invoked when the ShowContent composable has been paused