getMinTimestamp

abstract fun getMinTimestamp(sinceTimestamp: Long): Flowable<Long>

Returns Flowable that emits UNIX timestamp of the first measurements since specified time.

If there is no data then 0 will be emitted.

Return

Flowable that emits UNIX timestamp of the first measurements since specified time

Parameters

sinceTimestamp

from which time look for minimum timestamp