Action

sealed interface Action

A sealed interface that represents the actions that can be triggered in the sequential onboarding screen.

Inheritors

Types

Link copied to clipboard
data class SetPage(val page: Int) : Action
Link copied to clipboard
data class UpdatePage(val event: ButtonEvent) : Action