You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Bryce Curtis (Assigned) (JIRA)" <ji...@apache.org> on 2012/03/23 19:59:28 UTC

[jira] [Assigned] (CB-313) Enhanced Notification API missing

     [ https://issues.apache.org/jira/browse/CB-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryce Curtis reassigned CB-313:
-------------------------------

    Assignee: Bryce Curtis
    
> 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
>
> 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