Package com.polar.sdk.api.model
Class PolarPpgData
-
- All Implemented Interfaces:
public final class PolarPpgData
Polar optical sensor raw data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PolarPpgData.PolarPpgSample
Polar optical sensor raw data sample
public enum
PolarPpgData.PpgDataType
-
Field Summary
Fields Modifier and Type Field Description private final List<PolarPpgData.PolarPpgSample>
samples
private final PolarPpgData.PpgDataType
type
-
Constructor Summary
Constructors Constructor Description PolarPpgData(List<PolarPpgData.PolarPpgSample> samples, PolarPpgData.PpgDataType type)
-
Method Summary
Modifier and Type Method Description final List<PolarPpgData.PolarPpgSample>
getSamples()
from optical sensor. final PolarPpgData.PpgDataType
getType()
of data, which varies based on what is type of optical sensor used in the device -
-
Constructor Detail
-
PolarPpgData
PolarPpgData(List<PolarPpgData.PolarPpgSample> samples, PolarPpgData.PpgDataType type)
-
-
Method Detail
-
getSamples
final List<PolarPpgData.PolarPpgSample> getSamples()
from optical sensor. Each sample contains signed raw PPG (Photoplethysmography) data and ambient light value
-
getType
final PolarPpgData.PpgDataType getType()
of data, which varies based on what is type of optical sensor used in the device
-
-
-
-