//kit/healthstack.kit.task.onboarding.view/IntroView

IntroView

[androidJvm]
class IntroView(val bottomBarText: String) : View<IntroModel>

Constructors

   
IntroView [androidJvm]
fun IntroView(bottomBarText: String)

Functions

Name Summary
Render [androidJvm]
@Composable
open override fun Render(model: IntroModel, callbackCollection: CallbackCollection, holder: SubStepHolder?)
A method rendering UI.

Properties

Name Summary
bottomBarText [androidJvm]
val bottomBarText: String