{
  "api": {
    "name": "MDMAppConfigPlugin",
    "slug": "mdmappconfigplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "getValue",
        "signature": "(options: getValueOptions) => Promise<GetValueResult>",
        "parameters": [
          {
            "name": "options",
            "docs": "Options to get value",
            "type": "getValueOptions"
          }
        ],
        "returns": "Promise<GetValueResult>",
        "tags": [
          {
            "name": "param",
            "text": "options Options to get value"
          },
          {
            "name": "since",
            "text": "1.0.0"
          }
        ],
        "docs": "Get a value from App Config. On iOS, values are obtained from UserDefaults in com.apple.configuration.managed.",
        "complexTypes": [
          "GetValueResult",
          "getValueOptions"
        ],
        "slug": "getvalue"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "GetValueResult",
      "slug": "getvalueresult",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "value",
          "tags": [
            {
              "text": "1.0.0",
              "name": "since"
            }
          ],
          "docs": "The value",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "getValueOptions",
      "slug": "getvalueoptions",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "key",
          "tags": [
            {
              "text": "1.0.0",
              "name": "since"
            }
          ],
          "docs": "The key (or variable name)",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}