ItemScreen

abstract class ItemScreen<I, V : EquinoxViewModel>(viewModel: V, bottomPadding: Dp = 16.dp) : PandoroScreen<V> , SessionFlowStateScreenConsumer

The ItemScreen serves as a base screen to display the data related to an item

Author

N7ghtm4r3 - Tecknobit

Parameters

viewModel

The support viewmodel of the screen

bottomPadding

The value of the bottom padding to use

See also

Inheritors

Constructors

Link copied to clipboard
constructor(viewModel: V, bottomPadding: Dp = 16.dp)

Functions

Link copied to clipboard
abstract fun sessionFlowState(): SessionFlowState

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

Link copied to clipboard