1.0.0 • Published 2 months ago

@cotecna/capacitor-mediastore v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@cotecna/capacitor-mediastore

Manage Android media files

Install

npm install @cotecna/capacitor-mediastore
npx cap sync

API

savePicture(...)

savePicture(options: SavePictureOptions) => Promise<SavePictureResult>
ParamType
optionsSavePictureOptions

Returns: Promise<SavePictureResult>


saveToDownloads(...)

saveToDownloads(options: SaveToDownloadsOptions) => Promise<SaveToDownloadsResult>
ParamType
optionsSaveToDownloadsOptions

Returns: Promise<SaveToDownloadsResult>


saveVideo(...)

saveVideo(options: SaveVideoOptions) => Promise<SaveVideoResult>
ParamType
optionsSaveVideoOptions

Returns: Promise<SaveVideoResult>


Interfaces

SavePictureResult

PropType
uristring

SavePictureOptions

PropType
albumstring
filenamestring
pathstring

SaveToDownloadsResult

PropType
uristring

SaveToDownloadsOptions

PropType
filenamestring
pathstring

SaveVideoResult

PropType
uristring

SaveVideoOptions

PropType
albumstring
filenamestring
pathstring
1.0.0

2 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago