//kit/healthstack.kit.task.onboarding.view/ConsentTextView

ConsentTextView

[androidJvm]
class ConsentTextView(buttonText: String? = null) : View<ConsentTextModel>

Constructors

   
ConsentTextView [androidJvm]
fun ConsentTextView(buttonText: String? = null)

Functions

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