observeMaxDailyBpmValue

abstract fun observeMaxDailyBpmValue(daysBack: Int): Flowable<Int>

Returns Flowable that emits maximum pulse for day daysBack ago.

Return

Flowable that emits maximum pulse for day daysBack ago

See also

Parameters

daysBack

for how many days ago in relation to today information is needed (0 for today)