[TIMOB-2091] Android: Support Android Notification Service
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M06 |
Components | Android |
Labels | android, feature, release-1.6.0, rplist |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:10:10.000+0000 |
Updated | 2011-04-17T01:58:04.000+0000 |
Description
See http://developer.android.com/reference/android/app/NotificationManager.html"> Notification Manager, http://developer.android.com/reference/android/app/Notification.html"> Notification, and http://developer.android.com/guide/topics/ui/notifiers/notifications.html"> Guide
Use Titanium.Android.NotificationManager
as the
module have it provide a createNotification()
method
that accepts a dictionary.
NotificationManager will expose
- notify(int id, NotificationProxy proxy) - cancel(int id) -
cancelAll() - createNotification({/ create options /}
Requires support from Intent, PendingIntent, and Activity
Attachments
File | Date | Size |
---|---|---|
notifications.zip | 2011-04-15T03:10:10.000+0000 | 757587 |