You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/08/03 04:00:02 UTC

[jira] [Comment Edited] (CB-1165) Update Plugin Dev Guide for new iOS plugin signature (old one still supported, but deprecated)

    [ https://issues.apache.org/jira/browse/CB-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427803#comment-13427803 ] 

Shazron Abdullah edited comment on CB-1165 at 8/3/12 1:59 AM:
--------------------------------------------------------------

Oops wrong issue resolved (should be CB-1153)
                
      was (Author: shazron):
    Oops wrong issue resolved (should be CB-1165)
                  
> Update Plugin Dev Guide for new iOS plugin signature (old one still supported, but deprecated)
> ----------------------------------------------------------------------------------------------
>
>                 Key: CB-1165
>                 URL: https://issues.apache.org/jira/browse/CB-1165
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: Docs, iOS
>    Affects Versions: 2.0.0
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>
> The new signature is:
> {code}
> - (void) myMethod:(CDVInvokedUrlCommand*)command;
> {code}
> the old signature was:
> {code}
> - (void) myMethod:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
> {code}
> Most of the core plugins have been migrated.

--
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