observeLastTimestamp

abstract fun observeLastTimestamp(): Flowable<Timestamp>

Returns Flowable that emits UNIX-timestamp of last NeuroData. If there is no data then 0 will be emitted.

Return

Flowable that emits UNIX-timestamp of last neuroactivity

See also