Kit > healthstack.kit.task.activity.model > SustainedPhonationIntroModel > SustainedPhonationIntroModel

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 &quot;ahh&quot;."
), drawableId: Int? = R.drawable.ic_activity_sustained_phonation, buttonText: String? = "Begin", textType: TextType = TextType.NUMBER)