FragmentController.DispatchOptionsMenuClosed(IMenu) Method

Definition

Lets all Fragments managed by the controller's FragmentManager know their options menu has closed.

[Android.Runtime.Register("dispatchOptionsMenuClosed", "(Landroid/view/Menu;)V", "GetDispatchOptionsMenuClosed_Landroid_view_Menu_Handler", ApiSince=23)]
public virtual void DispatchOptionsMenuClosed (Android.Views.IMenu? menu);
[<Android.Runtime.Register("dispatchOptionsMenuClosed", "(Landroid/view/Menu;)V", "GetDispatchOptionsMenuClosed_Landroid_view_Menu_Handler", ApiSince=23)>]
abstract member DispatchOptionsMenuClosed : Android.Views.IMenu -> unit
override this.DispatchOptionsMenuClosed : Android.Views.IMenu -> unit

Parameters

menu
IMenu
Attributes

Remarks

Lets all Fragments managed by the controller's FragmentManager know their options menu has closed.

Call immediately after closing the Fragment's options menu.

Java documentation for android.app.FragmentController.dispatchOptionsMenuClosed(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