Contents

GCKeyboardDidDisconnectNotification

A notification that posts after a single keyboard, or the last of multiple keyboards, disconnects from the device.

Declaration

extern NSString * const GCKeyboardDidDisconnectNotification;

Discussion

The notification object is a GCKeyboard object that represents one or more keyboards. If the user connects multiple keyboards, the framework posts this notification only after the last keyboard disconnects from the device.

The system posts this notification on the main thread.

See Also

Discovering keyboards