Socket
Socket
Sign inDemoInstall

@agorapulse/capacitor-mediastore

Package Overview
Dependencies
2
Maintainers
57
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @agorapulse/capacitor-mediastore

Manage Android media files


Version published
Weekly downloads
445
increased by9.07%
Maintainers
57
Created
Weekly downloads
 

Changelog

Source

0.2.0

  • Requires Capacitor 5.0

Readme

Source

@agorapulse/capacitor-mediastore

Manage Android media files

Install

# Capacitor 5
npm install @agorapulse/capacitor-mediastore@latest
# Capacitor 4
npm install @agorapulse/capacitor-mediastore@0.1.0
# Capacitor 3
npm install @agorapulse/capacitor-mediastore@0.0.3

# Then
npx cap sync

API

  • savePicture(...)
  • saveToDownloads(...)
  • saveVideo(...)
  • Interfaces

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

Keywords

FAQs

Last updated on 23 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc