Kit > healthstack.kit.task.activity.model.common > SimpleViewActivityModel

SimpleViewActivityModel

[androidJvm]
open class SimpleViewActivityModel(val id: String, val title: String, val header: String, val body: List<String>? = null, val drawableId: Int? = null, val buttonText: String? = null, val textType: TextType = PARAGRAPH) : StepModel

Constructors

SimpleViewActivityModel

[androidJvm]
fun SimpleViewActivityModel(id: String, title: String, header: String, body: List<String>? = null, drawableId: Int? = null, buttonText: String? = null, textType: TextType = PARAGRAPH)

Properties

Name Summary
body

[androidJvm]
val body: List<String>? = null

buttonText

[androidJvm]
val buttonText: String? = null

drawableId

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

header

[androidJvm]
val header: String

id

[androidJvm]
val id: String
id

textType

[androidJvm]
val textType: TextType

title

[androidJvm]
val title: String
a title of UI

Inheritors

Name
ColorWordChallengeIntroModel

ColorWordChallengeResultModel

GaitAndBalanceGMeasureModel

GaitAndBalanceIntroModel

GaitAndBalanceResultModel

GuidedBreathingIntroModel

GuidedBreathingResultModel

MobileSpirometryResultModel

RangeOfMotionIntroModel

RangeOfMotionResultModel

ReactionTimeIntroModel

ReactionTimeResultModel

SpeechRecognitionResultModel

SustainedPhonationResultModel

TappingSpeedIntroModel

TappingSpeedResultModel