Skip to content

bricks-soft/cap-downloader

Repository files navigation

cap-downloader

Download files using Android Download Manager

Install

npm install @bricks-soft/cap-downloader
npx cap sync

API

download(...)

download(options: Options) => Promise<{ id?: number; }>
Param Type
options Options

Returns: Promise<{ id?: number; }>


Interfaces

Options

Prop Type
title string
url string
filename string
mimetype string