{
  "api": {
    "name": "FileDownloadPlugin",
    "slug": "filedownloadplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "download",
        "signature": "(options: FileDownloadOptions) => any",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "FileDownloadOptions"
          }
        ],
        "returns": "any",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "FileDownloadOptions",
          "FileDownloadResponse"
        ],
        "slug": "download"
      },
      {
        "name": "addListener",
        "signature": "(eventName: 'downloadProgress', listenerFunc: (progress: FileDownloadProgress) => void) => Promise<PluginListenerHandle> & PluginListenerHandle",
        "parameters": [
          {
            "name": "eventName",
            "docs": "",
            "type": "\"downloadProgress\""
          },
          {
            "name": "listenerFunc",
            "docs": "",
            "type": "(progress: FileDownloadProgress) => void"
          }
        ],
        "returns": "any",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "FileDownloadProgress",
          "PluginListenerHandle"
        ],
        "slug": "addlistener"
      },
      {
        "name": "addListener",
        "signature": "(eventName: 'downloadStatus', listenerFunc: (status: FileDownloadStatus) => void) => Promise<PluginListenerHandle> & PluginListenerHandle",
        "parameters": [
          {
            "name": "eventName",
            "docs": "",
            "type": "\"downloadStatus\""
          },
          {
            "name": "listenerFunc",
            "docs": "",
            "type": "(status: FileDownloadStatus) => void"
          }
        ],
        "returns": "any",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "FileDownloadStatus",
          "PluginListenerHandle"
        ],
        "slug": "addlistener"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "FileDownloadOptions",
      "slug": "filedownloadoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "uri",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "fileName",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "title",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "description",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "objectId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ]
    },
    {
      "name": "FileDownloadResponse",
      "slug": "filedownloadresponse",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "path",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "FileDownloadProgress",
      "slug": "filedownloadprogress",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "progress",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "objectId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "PluginListenerHandle",
      "slug": "pluginlistenerhandle",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "remove",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "() => any"
        }
      ]
    },
    {
      "name": "FileDownloadStatus",
      "slug": "filedownloadstatus",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "status",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "objectId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": []
}