Skip to content

Cotecna-Inspection/capacitor-mediastore

 
 

Repository files navigation

@cotecna/capacitor-mediastore

Manage Android media files

Install

npm install @cotecna/capacitor-mediastore
npx cap sync

API

savePicture(...)

savePicture(options: SavePictureOptions) => any
Param Type
options SavePictureOptions

Returns: any


saveToDownloads(...)

saveToDownloads(options: SaveToDownloadsOptions) => any
Param Type
options SaveToDownloadsOptions

Returns: any


saveVideo(...)

saveVideo(options: SaveVideoOptions) => any
Param Type
options SaveVideoOptions

Returns: any


Interfaces

SavePictureOptions

Prop Type
album string
filename string
path string

SavePictureResult

Prop Type
uri string

SaveToDownloadsOptions

Prop Type
filename string
path string

SaveToDownloadsResult

Prop Type
uri string

SaveVideoOptions

Prop Type
album string
filename string
path string

SaveVideoResult

Prop Type
uri string

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.4%
  • TypeScript 13.2%
  • Swift 9.6%
  • Ruby 6.8%
  • Objective-C 4.1%
  • JavaScript 2.9%