Android.Views.ActionProvider: Method Members

The methods of Android.Views.ActionProvider are listed below. For a list of all members, see the ActionProvider Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
OnCreateActionView() : View
Factory method called by the Android framework to create new action views.
OnCreateActionView(IMenuItem) : View
Factory method called by the Android framework to create new action views.
OnPerformDefaultAction() : bool
Performs an optional default action.
OnPrepareSubMenu(ISubMenu)
Called to prepare an associated submenu for the menu item backed by this ActionProvider.
OverridesItemVisibility() : bool
The result of this method determines whether or not ActionProvider.IsVisible will be used by the Android.Views.IMenuItem this ActionProvider is bound to help determine its visibility.
RefreshVisibility()
If this ActionProvider is associated with an item in a menu, refresh the visibility of the item based on ActionProvider.OverridesItemVisibility and ActionProvider.IsVisible.
SetVisibilityListener(ActionProvider.IVisibilityListener)
Set a listener to be notified when this ActionProvider's overridden visibility changes.