Package com.polar.sdk.api.model
        Class PolarPpgData
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarPpgDataPolar optical sensor raw data 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPolarPpgData.PolarPpgSamplePolar optical sensor raw data sample public enumPolarPpgData.PpgDataType
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final List<PolarPpgData.PolarPpgSample>samplesprivate final PolarPpgData.PpgDataTypetype
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PolarPpgData(List<PolarPpgData.PolarPpgSample> samples, PolarPpgData.PpgDataType type)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<PolarPpgData.PolarPpgSample>getSamples()from optical sensor. final PolarPpgData.PpgDataTypegetType()of data, which varies based on what is type of optical sensor used in the device - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        PolarPpgDataPolarPpgData(List<PolarPpgData.PolarPpgSample> samples, PolarPpgData.PpgDataType type) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getSamplesfinal List<PolarPpgData.PolarPpgSample> getSamples() from optical sensor. Each sample contains signed raw PPG (Photoplethysmography) data and ambient light value 
 - 
                                        getTypefinal PolarPpgData.PpgDataType getType() of data, which varies based on what is type of optical sensor used in the device 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-