//kit/healthstack.kit.task.activity.model/GuidedBreathingResultModel

GuidedBreathingResultModel

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

Constructors

   
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)

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