observeAlarms

abstract fun observeAlarms(): Flowable<List<UserAlarm>>

Get list of user alarms every time they changed.

For unauthorized user or unprepared session will be emitted UserSessionWrongStateException.

API Note: User must be valid.

Return

Flowable what emits list of UserAlarm every time they changed

See also