| Platform | Since |
|---|---|
| Android | 1.5 |
An object which represents a single reminder for an event in an Android calendar.
Reminders should not be created directly, but rather by using the createReminder method
of Titanium.Android.Calendar.Event.
See Titanium.Android.Calendar for examples of retrieving reminder information and
creating reminders for events.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| getId |
Gets the value of the id property. |
| getMethod |
Gets the value of the method property. |
| getMinutes |
Gets the value of the minutes property. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| id | String |
The id of the reminder. read-only |
| method | Number |
The reminder method. Possible values are the METHOD constants in |
| minutes | Number |
The minutes before the event when the reminder should occur. read-only |