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

GaitAndBalanceIntroModel

[androidJvm]
fun GaitAndBalanceIntroModel(id: String, title: String = "Gait & Balance", header: String = "Gait & Balance", body: List<String>? = listOf(
"Walk unassisted for 20 steps in a straight line.",
"Turn around and walk back to your starting point.\n",
"Stand still for 20 seconds."
), drawableId: Int? = R.drawable.ic_activity_gait_and_balance_straight, buttonText: String? = "Begin", textType: TextType = NUMBER)