{
  "name": "App::ActivationPolicy",
  "platform": [
    "macOS"
  ],
  "header": "nativeui/app.h",
  "type": "enum class",
  "namespace": "nu",
  "description": "Activation policies that control how the app is activated.",
  "enums": [
    {
      "name": "App::ActivationPolicy::Regular",
      "description": "The application is an ordinary app that appears in the Dock and may have\na user interface.\n"
    },
    {
      "name": "App::ActivationPolicy::Accessory",
      "description": "The application does not appear in the Dock and does not have a menu bar,\nbut it may be activated programmatically or by clicking on one of its\nwindows.\n"
    },
    {
      "name": "App::ActivationPolicy::Prohibited",
      "description": "The application does not appear in the Dock and may not create windows or\nbe activated.\n"
    }
  ],
  "id": "app_activationpolicy"
}