Commit d552949c by Sebastián Katzer

Icon can be specified by name through interface.

parent 24a28399
...@@ -25,6 +25,7 @@ LocalNotification.prototype = { ...@@ -25,6 +25,7 @@ LocalNotification.prototype = {
title: '', title: '',
badge: 0, badge: 0,
id: 0, id: 0,
icon: 'icon', // nur Android
sound: '', // nur iOS sound: '', // nur iOS
background: '', background: '',
foreground: '' foreground: ''
......
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