ActionMode.Callback2.OnPrepareActionMode(ActionMode, IMenu) Method

Definition

Called to refresh an action mode's action menu whenever it is invalidated.

[Android.Runtime.Register("onPrepareActionMode", "(Landroid/view/ActionMode;Landroid/view/Menu;)Z", "GetOnPrepareActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler")]
public abstract bool OnPrepareActionMode (Android.Views.ActionMode? mode, Android.Views.IMenu? menu);
[<Android.Runtime.Register("onPrepareActionMode", "(Landroid/view/ActionMode;Landroid/view/Menu;)Z", "GetOnPrepareActionMode_Landroid_view_ActionMode_Landroid_view_Menu_Handler")>]
abstract member OnPrepareActionMode : Android.Views.ActionMode * Android.Views.IMenu -> bool

Parameters

mode
ActionMode

ActionMode being prepared

menu
IMenu

Menu used to populate action buttons

Returns

true if the menu or action mode was updated, false otherwise.

Implements

Attributes

Remarks

Called to refresh an action mode's action menu whenever it is invalidated.

Java documentation for android.view.ActionMode.Callback.onPrepareActionMode(android.view.ActionMode, android.view.Menu).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to