Kit > healthstack.kit.task.activity.model > GuidedBreathingMeasureModel
GuidedBreathingMeasureModel
[androidJvm]
class GuidedBreathingMeasureModel(val id: String, val title: String = "Guided Breathing", val numCycle: Int = 3, inhaleSecond: Int = 5, exhaleSecond: Int = 5) : StepModel
Constructors
GuidedBreathingMeasureModel | [androidJvm] fun GuidedBreathingMeasureModel(id: String, title: String = "Guided Breathing", numCycle: Int = 3, inhaleSecond: Int = 5, exhaleSecond: Int = 5) |
Types
Name | Summary |
---|---|
BreathingState | [androidJvm] enum BreathingState : Enum<GuidedBreathingMeasureModel.BreathingState> |
Properties
Name | Summary |
---|---|
cycleAnim | [androidJvm] val cycleAnim: TweenSpec<Float> |
drawableId | [androidJvm] val drawableId: Int? a representative image for UI |
exhaleAnim | [androidJvm] val exhaleAnim: TweenSpec<Dp> |
id | [androidJvm] val id: String id |
inhaleAnim | [androidJvm] val inhaleAnim: TweenSpec<Dp> |
numCycle | [androidJvm] val numCycle: Int = 3 |
startAnim | [androidJvm] val startAnim: TweenSpec<Float> |
title | [androidJvm] val title: String a title of UI |