You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/03/14 19:02:29 UTC

docs commit: [CB-2659] Added documentation for NATIVE_URI.

Updated Branches:
  refs/heads/master 6994f045b -> 9c5a68e97


[CB-2659] Added documentation for NATIVE_URI.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/9c5a68e9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/9c5a68e9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/9c5a68e9

Branch: refs/heads/master
Commit: 9c5a68e97e85054c90bbf4ac60503731047f7a98
Parents: 6994f04
Author: Max Woghiren <ma...@gmail.com>
Authored: Wed Mar 13 18:55:25 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 14 11:01:45 2013 -0700

----------------------------------------------------------------------
 .../edge/cordova/camera/parameter/cameraOptions.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9c5a68e9/docs/en/edge/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index 7e4e803..de0fba7 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -41,7 +41,8 @@ Options
 
         Camera.DestinationType = {
             DATA_URL : 0,                // Return image as base64 encoded string
-            FILE_URI : 1                 // Return image file URI
+            FILE_URI : 1,                // Return image file URI
+            NATIVE_URI : 2               // Return image native URI (eg. assets-library:// on iOS or content:// on Android)
         };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)