Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
The new signature is:
- (void) myMethod:(CDVInvokedUrlCommand*)command;
the old signature was:
- (void) myMethod:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options;
Most of the core plugins have been migrated.