//kit/healthstack.kit.task.activity.model.common/SimpleTimerActivityModel/SimpleTimerActivityModel

SimpleTimerActivityModel

[androidJvm]
fun SimpleTimerActivityModel(id: String, title: String, header: String, body: List<String>? = null, timeSeconds: Long = 10, textType: TextType = PARAGRAPH, interactionType: InteractionType = NOTHING, autoFlip: Boolean = false, dataPrefix: String, sensors: List<SensorType>)