getAlarm

abstract fun getAlarm(id: Int): Single<UserAlarm>

Get alarm by id.

For unauthorized user or unprepared session will be emitted UserSessionWrongStateException.

If there is no alarm with such id will be emitted IllegalArgumentException.

API Note: User must be valid.

Return

Single that emits UserAlarm

See also