Manage Android media files
npm install @agorapulse/capacitor-mediastore
npx cap sync
savePicture(options: SavePictureOptions) => any
Param | Type |
---|---|
options |
SavePictureOptions |
Returns: any
saveToDownloads(options: SaveToDownloadsOptions) => any
Param | Type |
---|---|
options |
SaveToDownloadsOptions |
Returns: any
saveVideo(options: SaveVideoOptions) => any
Param | Type |
---|---|
options |
SaveVideoOptions |
Returns: any
Prop | Type |
---|---|
album |
string |
filename |
string |
path |
string |
Prop | Type |
---|---|
uri |
string |
Prop | Type |
---|---|
filename |
string |
path |
string |
Prop | Type |
---|---|
uri |
string |
Prop | Type |
---|---|
album |
string |
filename |
string |
path |
string |
Prop | Type |
---|---|
uri |
string |