Titanium.Android.Calendar.Reminder

Platform Since
Android 1.5

Summary

An object which represents a single reminder for an event in an Android calendar.

Description

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.

Methods

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.

Properties

Name Type Summary
id String

The id of the reminder. read-only

method Number

The reminder method. Possible values are the METHOD constants in Titanium.Android.Calendar. read-only

minutes Number

The minutes before the event when the reminder should occur. read-only

Events

This type has no events.