observeMinDailyBpmValue

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

Returns Flowable that emits minimum pulse for day daysBack ago.

Return

Flowable that emits minimum pulse for day daysBack ago

See also

Parameters

daysBack

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