{
  "api": {
    "name": "NativeSettingsPlugin",
    "slug": "nativesettingsplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "open",
        "signature": "(option: PlatformOptions) => Promise<{ status: boolean; }>",
        "parameters": [
          {
            "name": "option",
            "docs": "PlatformOptions",
            "type": "PlatformOptions"
          }
        ],
        "returns": "Promise<{ status: boolean; }>",
        "tags": [
          {
            "name": "param",
            "text": "option PlatformOptions"
          },
          {
            "name": "see",
            "text": "PlatformOptions"
          }
        ],
        "docs": "Opens the specified options on android & ios.\r\nNote that the only supported option by Apple is \"App\". Using other options\r\nmight break in future iOS versions or have your app rejected in the App Store.",
        "complexTypes": [
          "PlatformOptions"
        ],
        "slug": "open"
      },
      {
        "name": "openAndroid",
        "signature": "(option: AndroidOptions) => Promise<{ status: boolean; }>",
        "parameters": [
          {
            "name": "option",
            "docs": "AndroidOptions",
            "type": "AndroidOptions"
          }
        ],
        "returns": "Promise<{ status: boolean; }>",
        "tags": [
          {
            "name": "param",
            "text": "option AndroidOptions"
          },
          {
            "name": "see",
            "text": "AndroidOptions"
          }
        ],
        "docs": "Opens the specified option in android.\r\nOnly use this if you have made sure the user is on android.\r\nThis can be done by checking the platform before hand.",
        "complexTypes": [
          "AndroidOptions"
        ],
        "slug": "openandroid"
      },
      {
        "name": "openIOS",
        "signature": "(option: IOSOptions) => Promise<{ status: boolean; }>",
        "parameters": [
          {
            "name": "option",
            "docs": "IOSOptions",
            "type": "IOSOptions"
          }
        ],
        "returns": "Promise<{ status: boolean; }>",
        "tags": [
          {
            "name": "param",
            "text": "option IOSOptions"
          },
          {
            "name": "see",
            "text": "IOSOptions"
          }
        ],
        "docs": "Opens the specified option on iOS.\r\nOnly use this if you have made sure the user is on iOS.\r\nThis can be done by checking the platform before hand.\r\n\r\nNote that the only supported option by Apple is \"App\". Using other options\r\nmight break in future iOS versions or have your app rejected in the App Store.",
        "complexTypes": [
          "IOSOptions"
        ],
        "slug": "openios"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "PlatformOptions",
      "slug": "platformoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "optionAndroid",
          "tags": [],
          "docs": "",
          "complexTypes": [
            "AndroidSettings"
          ],
          "type": "AndroidSettings"
        },
        {
          "name": "optionIOS",
          "tags": [],
          "docs": "",
          "complexTypes": [
            "IOSSettings"
          ],
          "type": "IOSSettings"
        }
      ]
    },
    {
      "name": "AndroidOptions",
      "slug": "androidoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "option",
          "tags": [],
          "docs": "",
          "complexTypes": [
            "AndroidSettings"
          ],
          "type": "AndroidSettings"
        }
      ]
    },
    {
      "name": "IOSOptions",
      "slug": "iosoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "option",
          "tags": [],
          "docs": "",
          "complexTypes": [
            "IOSSettings"
          ],
          "type": "IOSSettings"
        }
      ]
    }
  ],
  "enums": [
    {
      "name": "AndroidSettings",
      "slug": "androidsettings",
      "members": [
        {
          "name": "Accessibility",
          "value": "'accessibility'",
          "tags": [],
          "docs": "Show settings for accessibility modules"
        },
        {
          "name": "Account",
          "value": "'account'",
          "tags": [],
          "docs": "Show add account screen for creating a new account"
        },
        {
          "name": "AirplaneMode",
          "value": "'airplane_mode'",
          "tags": [],
          "docs": "Show settings to allow entering/exiting airplane mode"
        },
        {
          "name": "Apn",
          "value": "'apn'",
          "tags": [],
          "docs": "Show settings to allow configuration of APNs"
        },
        {
          "name": "ApplicationDetails",
          "value": "'application_details'",
          "tags": [],
          "docs": "Show screen of details about a particular application"
        },
        {
          "name": "ApplicationDevelopment",
          "value": "'application_development'",
          "tags": [],
          "docs": "Show settings to allow configuration of application development-related settings"
        },
        {
          "name": "Application",
          "value": "'application'",
          "tags": [],
          "docs": "Show settings to allow configuration of application-related settings"
        },
        {
          "name": "AppNotification",
          "value": "'app_notification'",
          "tags": [],
          "docs": "Show settings to allow configuration of application-specific notifications"
        },
        {
          "name": "BatteryOptimization",
          "value": "'battery_optimization'",
          "tags": [],
          "docs": "Show screen for controlling which apps can ignore battery optimizations"
        },
        {
          "name": "Bluetooth",
          "value": "'bluetooth'",
          "tags": [],
          "docs": "Show settings to allow configuration of Bluetooth"
        },
        {
          "name": "Captioning",
          "value": "'captioning'",
          "tags": [],
          "docs": "Show settings for video captioning"
        },
        {
          "name": "Cast",
          "value": "'cast'",
          "tags": [],
          "docs": "Show settings to allow configuration of cast endpoints"
        },
        {
          "name": "DataRoaming",
          "value": "'data_roaming'",
          "tags": [],
          "docs": "Show settings for selection of 2G/3G/4G"
        },
        {
          "name": "Date",
          "value": "'date'",
          "tags": [],
          "docs": "Show settings to allow configuration of date and time"
        },
        {
          "name": "Display",
          "value": "'display'",
          "tags": [],
          "docs": "Show settings to allow configuration of display"
        },
        {
          "name": "Dream",
          "value": "'dream'",
          "tags": [],
          "docs": "Show Daydream settings"
        },
        {
          "name": "Home",
          "value": "'home'",
          "tags": [],
          "docs": "Show Home selection settings"
        },
        {
          "name": "Keyboard",
          "value": "'keyboard'",
          "tags": [],
          "docs": "Show settings to configure input methods, in particular allowing the user to enable input methods"
        },
        {
          "name": "KeyboardSubType",
          "value": "'keyboard_subtype'",
          "tags": [],
          "docs": "Show settings to enable/disable input method subtypes"
        },
        {
          "name": "Locale",
          "value": "'locale'",
          "tags": [],
          "docs": "Show settings to allow configuration of locale"
        },
        {
          "name": "Location",
          "value": "'location'",
          "tags": [],
          "docs": "Show settings to allow configuration of current location sources"
        },
        {
          "name": "ManageApplications",
          "value": "'manage_applications'",
          "tags": [],
          "docs": "Show settings to manage installed applications"
        },
        {
          "name": "ManageAllApplications",
          "value": "'manage_all_applications'",
          "tags": [],
          "docs": "Show settings to manage all applications"
        },
        {
          "name": "MemoryCard",
          "value": "'memory_card'",
          "tags": [],
          "docs": "Show settings for memory card storage"
        },
        {
          "name": "Network",
          "value": "'network'",
          "tags": [],
          "docs": "Show settings for selecting the network operator"
        },
        {
          "name": "NfcSharing",
          "value": "'nfcsharing'",
          "tags": [],
          "docs": "Show NFC Sharing settings"
        },
        {
          "name": "NfcPayment",
          "value": "'nfc_payment'",
          "tags": [],
          "docs": "Show NFC Tap & Pay settings"
        },
        {
          "name": "NfcSettings",
          "value": "'nfc_settings'",
          "tags": [],
          "docs": "Show NFC settings"
        },
        {
          "name": "Print",
          "value": "'print'",
          "tags": [],
          "docs": "Show the top level print settings"
        },
        {
          "name": "Privacy",
          "value": "'privacy'",
          "tags": [],
          "docs": "Show settings to allow configuration of privacy options"
        },
        {
          "name": "QuickLaunch",
          "value": "'quick_launch'",
          "tags": [],
          "docs": "Show settings to allow configuration of quick launch shortcuts"
        },
        {
          "name": "Search",
          "value": "'search'",
          "tags": [],
          "docs": "Show settings for global search"
        },
        {
          "name": "Security",
          "value": "'security'",
          "tags": [],
          "docs": "Show settings to allow configuration of security and location privacy"
        },
        {
          "name": "Settings",
          "value": "'settings'",
          "tags": [],
          "docs": "Show system settings"
        },
        {
          "name": "ShowRegulatoryInfo",
          "value": "'show_regulatory_info'",
          "tags": [],
          "docs": "Show the regulatory information screen for the device"
        },
        {
          "name": "Sound",
          "value": "'sound'",
          "tags": [],
          "docs": "Show settings to a llow configuration of sound and volume"
        },
        {
          "name": "Storage",
          "value": "'storage'",
          "tags": [],
          "docs": "Show settings for internal storage"
        },
        {
          "name": "Sync",
          "value": "'sync'",
          "tags": [],
          "docs": "Show settings to allow configuration of sync settings"
        },
        {
          "name": "Usage",
          "value": "'usage'",
          "tags": [],
          "docs": "Show settings to control access to usage information"
        },
        {
          "name": "UserDictionary",
          "value": "'user_dictionary'",
          "tags": [],
          "docs": "Show settings to manage the user input dictionary"
        },
        {
          "name": "VoiceInput",
          "value": "'voice_input'",
          "tags": [],
          "docs": "Show settings to configure input methods, in particular allowing the user to enable input methods"
        },
        {
          "name": "Wifi",
          "value": "'wifi'",
          "tags": [],
          "docs": "Show settings to allow configuration of Wi-Fi"
        },
        {
          "name": "WifiIp",
          "value": "'wifi_ip'",
          "tags": [],
          "docs": "Show settings to allow configuration of a static IP address for Wi-Fi"
        },
        {
          "name": "Wireless",
          "value": "'wireless'",
          "tags": [],
          "docs": "Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks"
        }
      ]
    },
    {
      "name": "IOSSettings",
      "slug": "iossettings",
      "members": [
        {
          "name": "About",
          "value": "'about'",
          "tags": [],
          "docs": "Settings > About page"
        },
        {
          "name": "App",
          "value": "'app'",
          "tags": [],
          "docs": "Opens your app-specific settings screen. Note that this is the only officially supported settings screen by Apple."
        },
        {
          "name": "AutoLock",
          "value": "'autoLock'",
          "tags": [],
          "docs": "Used to set if and when the screen should be automatically locked."
        },
        {
          "name": "Bluetooth",
          "value": "'bluetooth'",
          "tags": [],
          "docs": "Bluetooth settings. Allows the users to enable/disable bluetooth and to search for devices."
        },
        {
          "name": "DateTime",
          "value": "'dateTime'",
          "tags": [],
          "docs": "Date and time settings."
        },
        {
          "name": "FaceTime",
          "value": "'facetime'",
          "tags": [],
          "docs": "FaceTime settings."
        },
        {
          "name": "General",
          "value": "'general'",
          "tags": [],
          "docs": "Opens iOS general settings screen."
        },
        {
          "name": "Keyboard",
          "value": "'keyboard'",
          "tags": [],
          "docs": "Keyboard settings."
        },
        {
          "name": "ICloud",
          "value": "'iCloud'",
          "tags": [],
          "docs": "iCloud settings."
        },
        {
          "name": "ICloudStorageBackup",
          "value": "'iCloudStorageBackup'",
          "tags": [],
          "docs": "iCloud Storage and Backup settings."
        },
        {
          "name": "International",
          "value": "'international'",
          "tags": [],
          "docs": "Language and region settings."
        },
        {
          "name": "LocationServices",
          "value": "'locationServices'",
          "tags": [],
          "docs": "Show settings to allow configuration of current location sources"
        },
        {
          "name": "Music",
          "value": "'music'",
          "tags": [],
          "docs": "Music settings."
        },
        {
          "name": "Notes",
          "value": "'notes'",
          "tags": [],
          "docs": "Notes settings."
        },
        {
          "name": "Notifications",
          "value": "'notifications'",
          "tags": [],
          "docs": "Notifications settings."
        },
        {
          "name": "Phone",
          "value": "'phone'",
          "tags": [],
          "docs": "Phone settings."
        },
        {
          "name": "Photos",
          "value": "'photos'",
          "tags": [],
          "docs": "Photos settings."
        },
        {
          "name": "ManagedConfigurationList",
          "value": "'managedConfigurationList'",
          "tags": [],
          "docs": "Allows the user to manage configuration profiles that are installed on the phone."
        },
        {
          "name": "Reset",
          "value": "'reset'",
          "tags": [],
          "docs": "Screen where the user can reset the phone to factory settings."
        },
        {
          "name": "Ringtone",
          "value": "'ringtone'",
          "tags": [],
          "docs": "Ringtone settings."
        },
        {
          "name": "Sounds",
          "value": "'sounds'",
          "tags": [],
          "docs": "Used to set phone volume, vibration settings, etc."
        },
        {
          "name": "SoftwareUpdate",
          "value": "'softwareUpdate'",
          "tags": [],
          "docs": "Software update screen."
        },
        {
          "name": "Store",
          "value": "'store'",
          "tags": [],
          "docs": "Store settings."
        },
        {
          "name": "Tracking",
          "value": "'tracking'",
          "tags": [],
          "docs": "Tracking settings."
        },
        {
          "name": "Wallpaper",
          "value": "'wallpaper'",
          "tags": [],
          "docs": "Wallpaper settings."
        },
        {
          "name": "WiFi",
          "value": "'wifi'",
          "tags": [],
          "docs": "WiFi settings."
        },
        {
          "name": "Tethering",
          "value": "'tethering'",
          "tags": [],
          "docs": "Tethering settings (used to create a hotspot with mobile data)."
        },
        {
          "name": "DoNotDisturb",
          "value": "'doNotDisturb'",
          "tags": [],
          "docs": "Do Not Disturb settings."
        }
      ]
    }
  ],
  "typeAliases": [],
  "pluginConfigs": []
}