IAlarm |
bool Register( AlarmReceiver alarmReceiver )
| Exception | Condition |
|---|---|
| SdkException | Is thrown if alarmReceiver is null. |
| UnauthorizedAccessSdkException | Thrown if operation is not permitted to caller. |
Do not forget to unregister the alarm-receiver when it is not needed anymore.
Note that the SDK does not notify alarm-receivers about alarms where the workflow-settings of the alarm-options specify that the alarm is a record-only alarm.
Usage Note
The number of receivers that are allowed to register for events are currently limited to 10 receivers.