{
  "api": {
    "name": "NavigationBarPlugin",
    "slug": "navigationbarplugin",
    "docs": "",
    "tags": [
      {
        "text": "8.0.0",
        "name": "since"
      }
    ],
    "methods": [
      {
        "name": "getColor",
        "signature": "() => Promise<GetColorResult>",
        "parameters": [],
        "returns": "Promise<GetColorResult>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Get the current background color of the navigation bar.\n\nOnly available on Android.",
        "complexTypes": [
          "GetColorResult"
        ],
        "slug": "getcolor"
      },
      {
        "name": "getStyle",
        "signature": "() => Promise<GetStyleResult>",
        "parameters": [],
        "returns": "Promise<GetStyleResult>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Get the current style of the navigation bar buttons.\n\nOnly available on Android.",
        "complexTypes": [
          "GetStyleResult"
        ],
        "slug": "getstyle"
      },
      {
        "name": "hide",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Hide the navigation bar.\n\nOnly available on Android.",
        "complexTypes": [],
        "slug": "hide"
      },
      {
        "name": "setColor",
        "signature": "(options: SetColorOptions) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "SetColorOptions"
          }
        ],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Set the background color of the navigation bar.\n\nOnly available on Android.",
        "complexTypes": [
          "SetColorOptions"
        ],
        "slug": "setcolor"
      },
      {
        "name": "setStyle",
        "signature": "(options: SetStyleOptions) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "SetStyleOptions"
          }
        ],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Set the style of the navigation bar buttons.\n\nOnly available on Android.",
        "complexTypes": [
          "SetStyleOptions"
        ],
        "slug": "setstyle"
      },
      {
        "name": "show",
        "signature": "() => Promise<void>",
        "parameters": [],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "since",
            "text": "8.0.0"
          }
        ],
        "docs": "Show the navigation bar.\n\nOnly available on Android.",
        "complexTypes": [],
        "slug": "show"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "GetColorResult",
      "slug": "getcolorresult",
      "docs": "",
      "tags": [
        {
          "text": "8.0.0",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "color",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"#ffffff\"",
              "name": "example"
            },
            {
              "text": "\"transparent\"",
              "name": "example"
            }
          ],
          "docs": "The hexadecimal color of the navigation bar, or `'transparent'` if the navigation bar is fully transparent.",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "GetStyleResult",
      "slug": "getstyleresult",
      "docs": "",
      "tags": [
        {
          "text": "8.0.0",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "style",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            }
          ],
          "docs": "The style of the navigation bar buttons.",
          "complexTypes": [
            "Style"
          ],
          "type": "Style"
        }
      ]
    },
    {
      "name": "SetColorOptions",
      "slug": "setcoloroptions",
      "docs": "",
      "tags": [
        {
          "text": "8.0.0",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "color",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"#ffffff\"",
              "name": "example"
            }
          ],
          "docs": "The hexadecimal color to set as the background color of the navigation bar.\n\nUse `'transparent'` to make the navigation bar transparent.",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "dividerColor",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"#d9d9d9\"",
              "name": "example"
            }
          ],
          "docs": "The hexadecimal color to set as the color of the navigation bar divider.\n\nUse `'transparent'` to hide the divider.\n\nOnly available on Android (API level 28+).",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ]
    },
    {
      "name": "SetStyleOptions",
      "slug": "setstyleoptions",
      "docs": "",
      "tags": [
        {
          "text": "8.0.0",
          "name": "since"
        }
      ],
      "methods": [],
      "properties": [
        {
          "name": "style",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            }
          ],
          "docs": "The style of the navigation bar buttons.",
          "complexTypes": [
            "Style"
          ],
          "type": "Style"
        }
      ]
    }
  ],
  "enums": [
    {
      "name": "Style",
      "slug": "style",
      "members": [
        {
          "name": "Dark",
          "value": "'DARK'",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            }
          ],
          "docs": "Light icons on a dark background."
        },
        {
          "name": "Default",
          "value": "'DEFAULT'",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            }
          ],
          "docs": "Resolved from the current device appearance."
        },
        {
          "name": "Light",
          "value": "'LIGHT'",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            }
          ],
          "docs": "Dark icons on a light background."
        }
      ]
    }
  ],
  "typeAliases": [],
  "pluginConfigs": [
    {
      "name": "NavigationBar",
      "slug": "navigationbar",
      "properties": [
        {
          "name": "color",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"#ffffff\"",
              "name": "example"
            }
          ],
          "docs": "The hexadecimal color to set as the background color of the navigation bar.\n\nUse `'transparent'` to make the navigation bar transparent.\n\nOnly available on Android.",
          "complexTypes": [],
          "type": "string | undefined"
        },
        {
          "name": "dividerColor",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"#d9d9d9\"",
              "name": "example"
            }
          ],
          "docs": "The hexadecimal color to set as the color of the navigation bar divider.\n\nUse `'transparent'` to hide the divider.\n\nOnly available on Android (API level 28+).",
          "complexTypes": [],
          "type": "string | undefined"
        },
        {
          "name": "style",
          "tags": [
            {
              "text": "8.0.0",
              "name": "since"
            },
            {
              "text": "\"LIGHT\"",
              "name": "example"
            }
          ],
          "docs": "The style of the navigation bar buttons.\n\nOnly available on Android.",
          "complexTypes": [],
          "type": "'DARK' | 'LIGHT' | 'DEFAULT' | undefined"
        }
      ],
      "docs": ""
    }
  ]
}