Github user dieppe commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-camera/pull/185#discussion_r54746333
  
    --- Diff: src/ios/CDVCamera.h ---
    @@ -87,19 +91,51 @@ typedef NSUInteger CDVMediaType;
     {}
     
     @property (strong) CDVCameraPicker* pickerController;
    -@property (strong) NSMutableDictionary *metadata;
    +@property (strong) NSDictionary* metadata;
     @property (strong, nonatomic) CLLocationManager *locationManager;
    -@property (strong) NSData* data;
    +@property (strong) UIImage* image;
     
     /*
    - * getPicture
    + * takePicture
      *
      * arguments:
    - * 1: this is the javascript function that will be called with the 
results, the first parameter passed to the
    - *         javascript function is the picture as a Base64 encoded string
    - *  2: this is the javascript function to be called if there was an error
    + *  1: success callback (called with either Base64, file URI or native URI)
    --- End diff --
    
    I'll remove that


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to