Titanium.Android.PendingIntent

Object of Titanium.Android.
Platform Since
Android 1.5

Summary

The Titanium binding of an Android Pending Intent

Description

The type of Intent you choose will effect what kind of PendingIntent is created. Each type corresponds directly with a get method on Android's PendingIntent:

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.

removeEventListener

Removes the specified callback as an event listener for the named event.

Properties

Name Type Summary
flags Number

Flags used for creating the Pending Intent. Possible values are Titanium.Android.FLAG_CANCEL_CURRENT, Titanium.Android.FLAG_NO_CREATE, Titanium.Android.FLAG_ONE_SHOT, and Titanium.Android.FLAG_UPDATE_CURRENT. creation

intent Titanium.Android.Intent

The intent data to pass to the Activity launched by this PendingIntent creation

Events

This type has no events.