observeHydrationDataMaxTimestamp

abstract fun observeHydrationDataMaxTimestamp(): Flowable<Long>

Returns Flowable that emits UNIX-timestamp of last hydration data.

If there is no data then 0 will be emitted.

Return

Flowable that emits UNIX-timestamp of last hydration data

See also