Kit > healthstack.kit.task.survey.model > SurveyModel

SurveyModel

[androidJvm]
open class SurveyModel(val id: String, val title: String, val drawableId: Int? = null) : StepModel

Constructors

SurveyModel

[androidJvm]
fun SurveyModel(id: String, title: String, drawableId: Int? = null)

Properties

Name Summary
drawableId

[androidJvm]
val drawableId: Int?
a representative image for UI

id

[androidJvm]
val id: String
id

title

[androidJvm]
val title: String
a title of UI

Inheritors

Name
EligibilityCheckerModel