//kit/healthstack.kit.task.onboarding.step/IntroStep

IntroStep

[androidJvm]
open class IntroStep(id: String, name: String, model: IntroModel, view: View<IntroModel> = IntroView("Get Started")) : Step<IntroModel, Boolean>

Constructors

   
IntroStep [androidJvm]
fun IntroStep(id: String, name: String, model: IntroModel, view: View<IntroModel> = IntroView("Get Started"))

Functions

Name Summary
getState [androidJvm]
fun getState(): IntroModel
A method for getting state of Step.
Render [androidJvm]
@Composable
open override fun Render(callbackCollection: CallbackCollection)
A method for rendering UI.

Properties

Name Summary
id [androidJvm]
val id: String
id
model [androidJvm]
val model: IntroModel
data object for UI & state management
name [androidJvm]
val name: String
name
result [androidJvm]
var result: Boolean
view [androidJvm]
val view: View<IntroModel>
view object holding UI method