public static interface WindowManager.KeyboardShortcutsReceiver
Modifier and Type | Method and Description |
---|---|
void |
onKeyboardShortcutsReceived(List<KeyboardShortcutGroup> result)
Callback used when the focused window keyboard shortcuts are ready to be displayed.
|
void onKeyboardShortcutsReceived(List<KeyboardShortcutGroup> result)
result
- The keyboard shortcuts to be displayed.