EquinoxNoModelScreen
The EquinoxNoModelScreen
class is useful to create a screen with a lifecycle management similar to the Android's activities
Related documentation: EquinoxScreens.md
Author
N7ghtm4r3 - Tecknobit
Since
1.0.7
Inheritors
Types
Properties
Whether enabled the logging to log the events occurred in the ShowContent composable, it is suggested to disable it in production
Functions
Method used to arrange the content of the screen to display
Method used to collect or instantiate the states of the screen
Method used to collect or instantiate the states of the screen after a loading required to correctly assign an initial value to the states. For example in your custom screen:
Method used to manage the lifecycle of the composable where this Method has been invoked
Method used to log the event occurred in the current screen
Method invoked when in the ShowContent composable has occurred any of the possible events
Method invoked when the ShowContent composable has been created
Method invoked when the ShowContent composable has been destroyed
Method invoked when the ShowContent composable has been disposed
Method invoked when the EquinoxNoModelScreen has been instantiated.
Method invoked when the ShowContent composable has been paused
Method invoked when the ShowContent composable has been resumed
Method invoked when the ShowContent composable has been started
Method invoked when the ShowContent composable has been stopped
Method used to display the content of the screen