Contents

GCKeyboard.DidConnectMessage

A message that posts after a keyboard accessory connects to the device.

Declaration

struct DidConnectMessage

Overview

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
}

Topics

Initializers

Instance Properties