---
title: keyboardIsLocalUserInfoKey
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiresponder/keyboardislocaluserinfokey
---

# keyboardIsLocalUserInfoKey

A user info key to retrieve a Boolean value that indicates whether the keyboard belongs to the current app.

## Declaration

```swift
nonisolated class let keyboardIsLocalUserInfoKey: String
```

## Discussion

Discussion The value for this key is an NSNumber object containing a Boolean value that indicates whether the keyboard belongs to the current app. With Multitasking in iPadOS, the system notifies all visible apps when the keyboard appears and disappears. The value is true for the app that caused the keyboard to appear and false for the other apps.

## See Also

### Constants

- [keyboardAnimationCurveUserInfoKey](uikit/uiresponder/keyboardanimationcurveuserinfokey.md)
- [keyboardAnimationDurationUserInfoKey](uikit/uiresponder/keyboardanimationdurationuserinfokey.md)
- [keyboardDidChangeFrameNotification](uikit/uiresponder/keyboarddidchangeframenotification.md)
- [keyboardDidHideNotification](uikit/uiresponder/keyboarddidhidenotification.md)
- [keyboardDidShowNotification](uikit/uiresponder/keyboarddidshownotification.md)
- [keyboardFrameBeginUserInfoKey](uikit/uiresponder/keyboardframebeginuserinfokey.md)
- [keyboardFrameEndUserInfoKey](uikit/uiresponder/keyboardframeenduserinfokey.md)
- [keyboardWillChangeFrameNotification](uikit/uiresponder/keyboardwillchangeframenotification.md)
- [keyboardWillHideNotification](uikit/uiresponder/keyboardwillhidenotification.md)
- [keyboardWillShowNotification](uikit/uiresponder/keyboardwillshownotification.md)
