observeSleeps

abstract fun observeSleeps(daysBack: Int): Flowable<List<Sleep>>

Returns Flowable that emits list of sleeps for days daysBack ago sorted ascending by time.

Return

Flowable that emits list of sleeps for daysBack ago

See also

Parameters

daysBack

for how many days ago in relation to today information is needed.