Kit > healthstack.kit.task.onboarding.model > ConsentTextModel

ConsentTextModel

[androidJvm]
class ConsentTextModel(val id: String, val title: String, val subTitle: String, val description: String, val checkBoxTexts: List<String>, val drawableId: Int? = null) : StepModel

Constructors

ConsentTextModel

[androidJvm]
fun ConsentTextModel(id: String, title: String, subTitle: String, description: String, checkBoxTexts: List<String>, drawableId: Int? = null)

Functions

Name Summary
isAllChecked

[androidJvm]
fun isAllChecked(): Boolean

Properties

Name Summary
checkBoxTexts

[androidJvm]
val checkBoxTexts: List<String>

description

[androidJvm]
val description: String

drawableId

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

encodedSignature

[androidJvm]
var encodedSignature: String

id

[androidJvm]
val id: String
id

selections

[androidJvm]
val selections: BooleanArray

subTitle

[androidJvm]
val subTitle: String

title

[androidJvm]
val title: String
a title of UI