{
  "api": {
    "name": "MoECapacitorGeofencePlugin",
    "slug": "moecapacitorgeofenceplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "startGeofenceMonitoring",
        "signature": "(options: { appId: string; }) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "{ appId: string; }"
          }
        ],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "param",
            "text": "appId Account Identifier"
          }
        ],
        "docs": "Enables geofence monitoring. Required Only if the account is configured for\nLocation-Triggered campaigns",
        "complexTypes": [],
        "slug": "startgeofencemonitoring"
      },
      {
        "name": "stopGeofenceMonitoring",
        "signature": "(options: { appId: string; }) => Promise<void>",
        "parameters": [
          {
            "name": "options",
            "docs": "",
            "type": "{ appId: string; }"
          }
        ],
        "returns": "Promise<void>",
        "tags": [
          {
            "name": "param",
            "text": "appId Account Identifier"
          }
        ],
        "docs": "Disables geofence monitoring. To stop receiving Location-Triggered campaigns",
        "complexTypes": [],
        "slug": "stopgeofencemonitoring"
      }
    ],
    "properties": []
  },
  "interfaces": [],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}