我正在使用这个例子 https://github.com/phonegap/phonegap-plugins/tree/master/Android/StatusBarNotification
但我不能通过“标签”。
例子说......
window.plugins.statusBarNotification.notify("Put your title here", "Put your message here");
我应该在哪里更改代码以使其接受“标签”作为参数?
我想要做
window.plugins.statusBarNotification.notify("11", "Put your title here", "Put your message here");