| Platform | Since |
|---|---|
| Android | 1.5 |
An object which represents a single alert for an event in an Android calendar.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| alarmTime | Date |
The date/time at which the alert's alarm is triggered. read-only |
| begin | Date |
The date/time at which the corresponding event begins. read-only |
| end | Date |
The date/time at which the corresponding event ends. read-only |
| eventId | Number |
The integer id of the event for which the alert is set. read-only |
| id | String |
The id of the alert. read-only |
| minutes | Number |
The minutes before the event when the alert should trigger. read-only |
| state | Number |
The current state of the alert. Possible values are the STATE_ constants in |