added in version 24.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

ActionBar.OnMenuVisibilityListener

public static interface ActionBar.OnMenuVisibilityListener

android.support.v7.app.ActionBar.OnMenuVisibilityListener


Listener for receiving events when action bar menus are shown or hidden.

Summary

Public methods

abstract void onMenuVisibilityChanged(boolean isVisible)

Called when an action bar menu is shown or hidden.

Public methods

onMenuVisibilityChanged

added in version 24.1.0
void onMenuVisibilityChanged (boolean isVisible)

Called when an action bar menu is shown or hidden. Applications may want to use this to tune auto-hiding behavior for the action bar or pause/resume video playback, gameplay, or other activity within the main content area.

Parameters
isVisible boolean: True if an action bar menu is now visible, false if no action bar menus are visible.