//kit/healthstack.kit.task.activity.model/SustainedPhonationIntroModel

SustainedPhonationIntroModel

[androidJvm]
class SustainedPhonationIntroModel(val id: String, val title: String = "Sustained Phonation", val header: String = "Sustained Phonation", val body: List<String>? = listOf( "Find yourself in a quiet environment without background noise.", "Hold phone 6 inches from mouth.", "Inhale, then exhale with a loud \"ahh\"." ), val drawableId: Int? = R.drawable.ic_activity_sustained_phonation, val buttonText: String? = "Begin", val textType: TextType = TextType.NUMBER) : SimpleAudioActivityModel

Constructors

   
SustainedPhonationIntroModel [androidJvm]
fun SustainedPhonationIntroModel(id: String, title: String = "Sustained Phonation", header: String = "Sustained Phonation", body: List<String>? = listOf( "Find yourself in a quiet environment without background noise.", "Hold phone 6 inches from mouth.", "Inhale, then exhale with a loud \"ahh\"." ), drawableId: Int? = R.drawable.ic_activity_sustained_phonation, buttonText: String? = "Begin", textType: TextType = TextType.NUMBER)

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