remove

abstract fun remove(id: Int)

Remove existing alarm by id.

If there is no alarm with such id then isAlarmsInProcessing will emit IllegalArgumentException.

API Note: User must be valid.

See also

Parameters

id

alarm id

Throws

for unauthorized user or unprepared session

if wristband is not ready for communication

if there is no default wristband


abstract fun remove(ids: List<Int>)

Remove existing alarm by id.

If there is no alarm with some ids then isAlarmsInProcessing will emit IllegalArgumentException.

API Note: User must be valid.

See also

Parameters

ids

list of alarms ids

Throws

for unauthorized user or unprepared session

if wristband is not ready for communication

if there is no default wristband