isAlarmsInProcessing

abstract fun isAlarmsInProcessing(): Flowable<Notification<Boolean>>

Returns Flowable that emits notifications about alarms processing.

All operations that change alarms are grouped and sent to the wristband by blocks. This method can help to find out is alarms changed on wristband (false value) or changing in processing (true value). If there is error occurred during changing alarms on wristband will be emitted appropriate error.

Return

Flowable that emits notifications about alarms processing