[TIMOB-18522] Windows: Support tile badges, text and image notifications
GitHub Issue | n/a |
---|---|
Type | Epic |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Kota Iguchi |
Created | 2015-02-05T19:43:37.000+0000 |
Updated | 2017-09-21T01:37:50.000+0000 |
Description
Windows supports much more than iOS's app badges.
We can do app badges in Windows, similar to Titanium.UI.iPhone.appBadge, but Windows supports "glyphs" in addition to numbers: https://msdn.microsoft.com/en-us/library/windows/apps/hh868225.aspx
We can also do something that iOS cannot: change the tile image and/or set a message/text. This is equivalent to changing the appicon for iOS. See https://msdn.microsoft.com/en-us/library/windows/apps/hh868253.aspx
No comments