{
  "api": {
    "name": "ScreenshotPlugin",
    "slug": "screenshotplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "take",
        "signature": "() => Promise<TakeResult>",
        "parameters": [],
        "returns": "Promise<TakeResult>",
        "tags": [
          {
            "name": "since",
            "text": "6.0.0"
          }
        ],
        "docs": "Take a screenshot.",
        "complexTypes": [
          "TakeResult"
        ],
        "slug": "take"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "TakeResult",
      "slug": "takeresult",
      "docs": "",
      "tags": [
        {
          "text": "6.0.0",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "uri",
          "tags": [
            {
              "text": "6.0.0",
              "name": "since"
            },
            {
              "text": "'content://com.android.providers.downloads.documents/document/msf%3A1000000073'",
              "name": "example"
            },
            {
              "text": "'data:image/jpeg;base64,SGVsbG8sIFdvc...mxkIQ=='",
              "name": "example"
            }
          ],
          "docs": "The file path (Android and iOS) or data URI (Web) of the screenshot.",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}