Success

data class Success(val screenModel: ScreenModel) : ScreenBehaviorsHolder.State

The screen successfully has content to show. @property screenModel the tiles/events/ navigation-drawer content to install.

Constructors

Link copied to clipboard
constructor(screenModel: ScreenModel)

Properties

Link copied to clipboard