🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@agorapulse/capacitor-mediastore

Package Overview
Dependencies
Maintainers
57
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agorapulse/capacitor-mediastore

Manage Android media files

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
57
Created
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

capacitor

FAQs

Package last updated on 23 Aug 2023

Did you know?

Socket

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