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

GuidedBreathingResultModel

[androidJvm]
fun GuidedBreathingResultModel(id: String, title: String = "Guided Breathing", header: String = "Great Job!", body: List<String>? = listOf("Your task was successfully completed."), drawableId: Int? = R.drawable.ic_activity_result, buttonText: String? = "Back to Home", textType: TextType = TextType.PARAGRAPH)