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

SimpleAudioActivityModel

[androidJvm]
open class SimpleAudioActivityModel(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 = TextType.PARAGRAPH) : StepModel

Constructors

SimpleAudioActivityModel

[androidJvm]
fun SimpleAudioActivityModel(id: String, title: String, header: String, body: List<String>? = null, drawableId: Int? = null, buttonText: String? = null, textType: 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
MobileSpirometryIntroModel

SpeechRecognitionIntroModel

SustainedPhonationIntroModel