---
title: NSApplication.RequestUserAttentionType.informationalRequest
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsapplication/requestuserattentiontype/informationalrequest
---

# NSApplication.RequestUserAttentionType.informationalRequest

The user attention request is an informational request.

## Declaration

```swift
case informationalRequest
```

## Discussion

Discussion The dock icon will bounce for one second. The request, though, remains active until either the app becomes active or the request is canceled.

## See Also

### Constants

- [NSApplication.RequestUserAttentionType.criticalRequest](appkit/nsapplication/requestuserattentiontype/criticalrequest.md)
