| com.google.android.gms.fitness.request.DataSourceListener |
Listener for data source events, used by clients wanting to subscribe to real-time data stream
updates. Each event is delivered as a DataPoint.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Handle a new data point from the data source.
| |||||||||||
Handle a new data point from the data source. The data point's data type
describes the format and meaning of its values.
Note: The application doesn't own the data point object passed as a parameter after this method returns and therefore should not hold on to it, since the DataPoint can be reused by the platform.
| dataPoint | the data point for this event |
|---|