[TIMOB-2835] Android: Expose properties on NotificationManager.Notification
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:00:12.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M06 |
Components | Android |
Labels | android, feature, release-1.6.0 |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T03:30:41.000+0000 |
Updated | 2011-04-17T02:00:12.000+0000 |
Description
Currently the notification proxy only accept the properties as creation args. Expose the properties to allow the values to be queried and updated where appropriate. Make sure to update the apidoc with the changes.
(from [107833084490d163f9b4238b3557ed07c6624150]) better Android support for Notifications and initial support for RemoteViews we can now fully customize notifications with custom Android layouts, and have full access to all of the options provided in the Android Notification API. PendingIntent has also received an updated API. Updated and Added doc for RemoteViews, Notification, NotificationManager, and PendingIntent
[#2091 state:fixed-in-qa] [#2835 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/107833084490d163f9b4238b3557ed07c6624150"> https://github.com/appcelerator/titanium_mobile/commit/107833084490...
verified emulator 2.2 with test provided by Marshall found in #2091