Contents

keyboardIsLocalUserInfoKey

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

Declaration

nonisolated class let keyboardIsLocalUserInfoKey: String

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