public interface AppMenuObserver
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onMenuHighlightChanged(boolean highlighting)
Note that this will be called with
false once the menu is opened. |
void |
onMenuVisibilityChanged(boolean isVisible)
Informs when the App Menu visibility changes.
|
void onMenuVisibilityChanged(boolean isVisible)
isVisible - Whether the menu is now visible.void onMenuHighlightChanged(boolean highlighting)
false once the menu is opened.highlighting - Whether or not the menu is highlighting (or planning to highlight) an
item.