observeLastTimestamp

abstract fun observeLastTimestamp(): Flowable<Timestamp>

Returns Flowable that emits UNIX-timestamp of last anxiety at sleep data.

If there is no data then 0 will be emitted.

This timestamp could be outside of a sleep episode.

Return

Flowable that emits UNIX-timestamp of last anxiety at sleep data

See also