Skip to content

mh4ck/capacitor-mediastore

 
 

Repository files navigation

@agorapulse/capacitor-mediastore

Manage Android media files

Install

npm install @agorapulse/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

Implement Audio Methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.0%
  • TypeScript 13.3%
  • Swift 9.7%
  • Ruby 6.0%
  • Objective-C 4.1%
  • JavaScript 2.9%