Contents

GCKeyboardDidConnectNotification

A notification that posts after a keyboard connects to the device.

Declaration

extern NSString * const GCKeyboardDidConnectNotification;

Discussion

The notification object is a GCKeyboard object that represents the keyboard. If the user connects multiple keyboards, the framework posts this notification only after the first keyboard connects to the device.

The system posts this notification on the main thread.

See Also

Discovering keyboards