{
  "api": {
    "name": "HomeIndicatorPlugin",
    "slug": "homeindicatorplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "hide",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "0.0.1"
          },
          {
            "name": "return"
          }
        ],
        "docs": "Hide the home indicator.",
        "complexTypes": [],
        "slug": "hide"
      },
      {
        "name": "show",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "0.0.1"
          },
          {
            "name": "return"
          }
        ],
        "docs": "Show the home indicator.",
        "complexTypes": [],
        "slug": "show"
      },
      {
        "name": "isHidden",
        "signature": "() => Promise<{ hidden: boolean; }>",
        "parameters": [],
        "returns": "Promise<{ hidden: boolean; }>",
        "tags": [
          {
            "name": "since",
            "text": "0.0.1"
          },
          {
            "name": "return"
          }
        ],
        "docs": "Get the home indicator status.",
        "complexTypes": [],
        "slug": "ishidden"
      },
      {
        "name": "getPluginVersion",
        "signature": "() => Promise<{ version: string; }>",
        "parameters": [],
        "returns": "Promise<{ version: string; }>",
        "tags": [
          {
            "name": "returns",
            "text": "an Promise with version for this device"
          },
          {
            "name": "throws",
            "text": "An error if the something went wrong"
          }
        ],
        "docs": "Get the native Capacitor plugin version",
        "complexTypes": [],
        "slug": "getpluginversion"
      }
    ],
    "properties": []
  },
  "interfaces": [],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}