Package-level declarations
Types
Link copied to clipboard
abstract class PandoroScreen<V : EquinoxViewModel>(onNavBack: () -> Unit? = null, viewModel: V) : EquinoxScreen<V>
The PandoroScreen class is useful to provides the basic behavior of a Pandoro's UI screen
Link copied to clipboard
interface SessionFlowStateScreenConsumer
The SessionFlowStateScreenConsumer interface provides a way to consume a SessionFlowState instance by PandoroScreen leveraging the template method pattern