[
https://issues.apache.org/jira/browse/CB-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryce Curtis resolved CB-313.
-----------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
> Enhanced Notification API missing
> ---------------------------------
>
> Key: CB-313
> URL: https://issues.apache.org/jira/browse/CB-313
> Project: Apache Callback
> Issue Type: Bug
> Components: CordovaJS
> Affects Versions: 1.5.0
> Reporter: Drew Walters
> Assignee: Bryce Curtis
> Fix For: 1.6.0
>
>
> Android (and BlackBerry) prior to Cordova 1.5 had support for the following
> Notification API which are now missing:
> Notification.prototype.activityStart = function() {
> Cordova.exec(null, null, "Notification", "activityStart", ["Busy","Please
> wait..."]);
> };
> Notification.prototype.activityStop = function() {
> Cordova.exec(null, null, "Notification", "activityStop", []);
> };
> Notification.prototype.progressStart = function(title, message) {
> Cordova.exec(null, null, "Notification", "progressStart", [title,
> message]);
> };
> Notification.prototype.progressValue = function(value) {
> Cordova.exec(null, null, "Notification", "progressValue", [value]);
> };
> Notification.prototype.progressStop = function() {
> Cordova.exec(null, null, "Notification", "progressStop", []);
> };
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira