Kit > healthstack.kit.task.activity.step > SustainedPhonationMeasureStep

SustainedPhonationMeasureStep

[androidJvm]
class SustainedPhonationMeasureStep(id: String, name: String, model: SustainedPhonationMeasureModel, view: View<SustainedPhonationMeasureModel> = SustainedPhonationMeasureView()) : Step<SustainedPhonationMeasureModel, Unit>

Constructors

SustainedPhonationMeasureStep

[androidJvm]
fun SustainedPhonationMeasureStep(id: String, name: String, model: SustainedPhonationMeasureModel, view: View<SustainedPhonationMeasureModel> = SustainedPhonationMeasureView())

Functions

Name Summary
getState

[androidJvm]
fun getState(): SustainedPhonationMeasureModel
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: SustainedPhonationMeasureModel
data object for UI & state management

name

[androidJvm]
val name: String
name

result

[androidJvm]
var result: Unit

view

[androidJvm]
val view: View<SustainedPhonationMeasureModel>
view object holding UI method