Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Aug 21, 2024
1 parent b2fe970 commit 243157d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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 <Titanium.Media>.",
Expand Down

0 comments on commit 243157d

Please sign in to comment.