Kit > healthstack.kit.task.activity.model > GaitAndBalanceBMeasureModel
GaitAndBalanceBMeasureModel
[androidJvm]
class GaitAndBalanceBMeasureModel(val id: String, val title: String = "Gait & Balance", val header: String, val body: List<String>? = null, val timeSeconds: Long, val textType: TextType = PARAGRAPH, val interactionType: InteractionType = NOTHING, val autoFlip: Boolean = true, val dataPrefix: String = "gait_balance", val sensors: List<SensorType> = listOf(GYROSCOPE, ACCELEROMETER)) : SimpleTimerActivityModel
Constructors
GaitAndBalanceBMeasureModel | [androidJvm] fun GaitAndBalanceBMeasureModel(id: String, title: String = "Gait & Balance", header: String, body: List<String>? = null, timeSeconds: Long, textType: TextType = PARAGRAPH, interactionType: InteractionType = NOTHING, autoFlip: Boolean = true, dataPrefix: String = "gait_balance", sensors: List<SensorType> = listOf(GYROSCOPE, ACCELEROMETER)) |
Functions
Name | Summary |
---|---|
close | [androidJvm] fun close() |
init | [androidJvm] fun init() |
Properties
Name | Summary |
---|---|
accelerometer | [androidJvm] val accelerometer: List<MutableList<Float>>? |
autoFlip | [androidJvm] val autoFlip: Boolean = false |
body | [androidJvm] val body: List<String>? = null |
dataPrefix | [androidJvm] val dataPrefix: String |
drawableId | [androidJvm] val drawableId: Int? a representative image for UI |
gyroscope | [androidJvm] val gyroscope: List<MutableList<Float>>? |
header | [androidJvm] val header: String |
id | [androidJvm] val id: String id |
interactionType | [androidJvm] val interactionType: InteractionType |
sensors | [androidJvm] val sensors: List<SensorType> |
textType | [androidJvm] val textType: TextType |
timeMillis | [androidJvm] val timeMillis: List<Long> |
timeSeconds | [androidJvm] val timeSeconds: Long = 10 |
title | [androidJvm] val title: String a title of UI |