diff --git a/docs/api/api.json b/docs/api/api.json index 72d323b824..efb3e2ec79 100644 --- a/docs/api/api.json +++ b/docs/api/api.json @@ -79740,6 +79740,29 @@ ], "type": "Boolean" }, + { + "name": "maxImages", + "summary": "Specifies the number of images a user can select at maximum.", + "description": "Only available on Android API 21 and above and with `allowMultiple:true`\n", + "platforms": [ + { + "since": "12.5.0", + "name": "android" + } + ], + "type": "Boolean" + }, + { + "name": "pathOnly", + "summary": "Do not include the blob in the result", + "platforms": [ + { + "since": "12.5.0", + "name": "android" + } + ], + "type": "Boolean" + }, { "name": "selectionLimit", "summary": "Specifies number of media item that can be selected.", @@ -80064,6 +80087,17 @@ ], "type": "Titanium.Blob" }, + { + "name": "path", + "summary": "The path of the image when returning data from the gallery.", + "platforms": [ + { + "since": "12.5.0", + "name": "android" + } + ], + "type": "String" + }, { "name": "mediaType", "summary": "The type of media, either `MEDIA_TYPE_PHOTO`, `MEDIA_TYPE_LIVEPHOTO` or `MEDIA_TYPE_VIDEO` defined in .",