| Platform | Since |
|---|---|
| Android | 1.5 |
The Titanium binding of an Android Pending Intent
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:
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| getFlags |
Gets the value of the flags property. |
| getIntent |
Gets the value of the intent property. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| flags | Number |
Flags used for creating the Pending Intent. Possible values are |
| intent | Titanium.Android.Intent |
The intent data to pass to the Activity launched by this PendingIntent creation |