@cotecna/capacitor-mediastore
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@cotecna/capacitor-mediastore

Manage Android media files

Install

npm install @cotecna/capacitor-mediastore
npx cap sync

API

savePicture(...)

savePicture(options: SavePictureOptions) => Promise<SavePictureResult>
Param Type
options SavePictureOptions

Returns: Promise<SavePictureResult>


saveToDownloads(...)

saveToDownloads(options: SaveToDownloadsOptions) => Promise<SaveToDownloadsResult>
Param Type
options SaveToDownloadsOptions

Returns: Promise<SaveToDownloadsResult>


saveVideo(...)

saveVideo(options: SaveVideoOptions) => Promise<SaveVideoResult>
Param Type
options SaveVideoOptions

Returns: Promise<SaveVideoResult>


Interfaces

SavePictureResult

Prop Type
uri string

SavePictureOptions

Prop Type
album string
filename string
path string

SaveToDownloadsResult

Prop Type
uri string

SaveToDownloadsOptions

Prop Type
filename string
path string

SaveVideoResult

Prop Type
uri string

SaveVideoOptions

Prop Type
album string
filename string
path string

/@cotecna/capacitor-mediastore/

    Package Sidebar

    Install

    npm i @cotecna/capacitor-mediastore

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    34.1 kB

    Total Files

    28

    Last publish

    Collaborators

    • cotecna-itpi-admin