A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.nativescript.org/api/interface/DownloadRequest below:

DownloadRequest | API - NativeScript

  1. Home
  2. API Index
  3. Interfaces
  4. DownloadRequest

Interfaces

DownloadRequest

DownloadRequest

interface DownloadRequest {
  completed: (image: any, key: string) => void;
  error: (key: string) => void;
  key: string;
  url: string;
}

Represents a single download request.

Summary Properties
completed
error
key
url
Properties completed
completed?: (image: any, key: string) => void

defined in

@nativescript/core/ui/image-cache/index.d.ts:19:1 error
error?: (key: string) => void

defined in

@nativescript/core/ui/image-cache/index.d.ts:23:1 key
key: string

defined in

@nativescript/core/ui/image-cache/index.d.ts:15:1

The key used to cache the image.

url
url: string

defined in

@nativescript/core/ui/image-cache/index.d.ts:11:1

The url of the image.

Previous
DownloadError
Next
DownloadedData

On this page

  1. Summary
    1. Properties
      1. completed
      2. error
      3. key
      4. url

    RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4