alarmsCount

abstract val alarmsCount: Single<Int>

Get user alarms count.

For unauthorized user or unprepared session will be emitted UserSessionWrongStateException.

API Note: User must be valid.

Return

Single what emits count of UserAlarm

See also