CB-10067 Update PictureSourceType JSDoc to reflect README update
This commit is contained in:
parent
7813ad9bef
commit
1beeafb6e8
@ -303,9 +303,9 @@ change, cropping, etc.) due to implementation specific.
|
|||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| PHOTOLIBRARY | <code>number</code> | <code>0</code> | Choose image from picture library (same as SAVEDPHOTOALBUM for Android) |
|
| PHOTOLIBRARY | <code>number</code> | <code>0</code> | Choose image from the device's photo library (same as SAVEDPHOTOALBUM for Android) |
|
||||||
| CAMERA | <code>number</code> | <code>1</code> | Take picture from camera |
|
| CAMERA | <code>number</code> | <code>1</code> | Take picture from camera |
|
||||||
| SAVEDPHOTOALBUM | <code>number</code> | <code>2</code> | Choose image from picture library (same as PHOTOLIBRARY for Android) |
|
| SAVEDPHOTOALBUM | <code>number</code> | <code>2</code> | Choose image only from the device's Camera Roll album (same as PHOTOLIBRARY for Android) |
|
||||||
|
|
||||||
<a name="module_Camera.PopoverArrowDirection"></a>
|
<a name="module_Camera.PopoverArrowDirection"></a>
|
||||||
|
|
||||||
|
@ -71,11 +71,11 @@ module.exports = {
|
|||||||
* @enum {number}
|
* @enum {number}
|
||||||
*/
|
*/
|
||||||
PictureSourceType:{
|
PictureSourceType:{
|
||||||
/** Choose image from picture library (same as SAVEDPHOTOALBUM for Android) */
|
/** Choose image from the device's photo library (same as SAVEDPHOTOALBUM for Android) */
|
||||||
PHOTOLIBRARY : 0,
|
PHOTOLIBRARY : 0,
|
||||||
/** Take picture from camera */
|
/** Take picture from camera */
|
||||||
CAMERA : 1,
|
CAMERA : 1,
|
||||||
/** Choose image from picture library (same as PHOTOLIBRARY for Android) */
|
/** Choose image only from the device's Camera Roll album (same as PHOTOLIBRARY for Android) */
|
||||||
SAVEDPHOTOALBUM : 2
|
SAVEDPHOTOALBUM : 2
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user