GCKeyboard.DidConnectMessage
A message that posts after a keyboard accessory connects to the device.
Declaration
struct DidConnectMessageOverview
Use the didConnect identifier with NotificationCenter to listen for this message.
let observation = NotificationCenter.default.addObserver(of: GCKeyboard.self, for: .didConnect) { message in
let keyboard = message.keyboard
}