observeHeartRate

abstract fun observeHeartRate(): Observable<CurrentHeartRate>

Returns Observable that emits information of current heart rate.

Current heart rate information emits more often than data updates at health data.

Return

Observable that emits information of current heart rate

See also