Package-level declarations

Types

Link copied to clipboard
abstract class EquinoxNoModelScreen(val loggerEnabled: Boolean = true)

The EquinoxNoModelScreen class is useful to create a screen with a lifecycle management similar to the Android's activities

Link copied to clipboard
abstract class EquinoxScreen<V : EquinoxViewModel>(val loggerEnabled: Boolean = true, val viewModel: V) : EquinoxNoModelScreen

The EquinoxScreen class is useful to create a screen with a lifecycle management similar to the Android's activities. This screen supports to attach the related androidx.lifecycle.ViewModel and operate with it