@capacitor-community/media
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -419,2 +419,9 @@ { | ||
"type": "string | undefined" | ||
}, | ||
{ | ||
"name": "fileName", | ||
"tags": [], | ||
"docs": "File name to save the image as in the album.\nDo not include extension. Android only.", | ||
"complexTypes": [], | ||
"type": "string | undefined" | ||
} | ||
@@ -421,0 +428,0 @@ ] |
@@ -70,2 +70,7 @@ export interface MediaPlugin { | ||
albumIdentifier?: string; | ||
/** | ||
* File name to save the image as in the album. | ||
* Do not include extension. Android only. | ||
*/ | ||
fileName?: string; | ||
} | ||
@@ -72,0 +77,0 @@ export interface MediaFetchOptions { |
{ | ||
"name": "@capacitor-community/media", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Enable some media features for Capacitor such as create albums, save videos, gifs and more.", | ||
@@ -5,0 +5,0 @@ "author": "Stewan Silva", |
@@ -290,2 +290,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
| **`albumIdentifier`** | <code>string</code> | Album identifier from getAlbums(). Since 5.0, identifier is used on both Android and iOS. Identifier is required on Android but not on iOS. On iOS 14+, if the identifier is not specified and no permissions have been requested yet, add-only permissions will be requested instead of full permissions (assuming NSPhotoLibraryAddUsageDescription is in Info.plist). | | ||
| **`fileName`** | <code>string</code> | File name to save the image as in the album. Do not include extension. Android only. | | ||
@@ -292,0 +293,0 @@ |
Sorry, the diff of this file is not supported yet
93419
383
800