Commit 72b19ba4 by Sebastián Katzer

Update README.md

parent 68ea11c7
...@@ -135,8 +135,8 @@ LiveTile's have the ability to display images for different sizes. These images ...@@ -135,8 +135,8 @@ LiveTile's have the ability to display images for different sizes. These images
An image must be defined as a relative or absolute URI. An image must be defined as a relative or absolute URI.
```javascript ```javascript
/** /**
* Displays the application image as the livetile's background image * Displays the application icon as the livetile's background image
*/ */
window.plugin.notification.local.add({ image: 'appdata:ApplicationImage.png' }) window.plugin.notification.local.add({ image: 'appdata:ApplicationIcon.png' })
``` ```
All images can be restored to the default ones by canceling the notification. All images can be restored to the default ones by canceling the notification.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment