---
title: kAEAlwaysInteract
framework: coreservices
role: symbol
role_heading: Global Variable
path: coreservices/kaealwaysinteract
---

# kAEAlwaysInteract

## Declaration

```swift
var kAEAlwaysInteract: Int { get }
```

## Discussion

Discussion The user interaction preference—the server application should always interact with the user in response to the Apple event. By convention, you set the bit specified by this constant whenever the server application normally asks a user to confirm a decision or interact in any other way, even if no additional information is needed from the user. If you set the bit specified by this constant, the AEInteractWithUser(_:_:_:) function either brings the server application to the foreground or posts a notification request.
