<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/RequestUserAttentionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSRequestUserAttentionType"
  },
  "title" : "NSApplication.RequestUserAttentionType"
}
-->

# NSApplication.RequestUserAttentionType

These constants specify the level of severity of a user attention request and are used by [`cancelUserAttentionRequest(_:)`](/documentation/AppKit/NSApplication/cancelUserAttentionRequest(_:)) and [`requestUserAttention(_:)`](/documentation/AppKit/NSApplication/requestUserAttention(_:)).

```
enum RequestUserAttentionType
```

## Topics

### Constants

[`NSApplication.RequestUserAttentionType.criticalRequest`](/documentation/AppKit/NSApplication/RequestUserAttentionType/criticalRequest)

The user attention request is a critical request.

[`NSApplication.RequestUserAttentionType.informationalRequest`](/documentation/AppKit/NSApplication/RequestUserAttentionType/informationalRequest)

The user attention request is an informational request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)