DreamService.OnPreparePanel(Int32, View, IMenu) Method

Definition

To be added

[Android.Runtime.Register("onPreparePanel", "(ILandroid/view/View;Landroid/view/Menu;)Z", "GetOnPreparePanel_ILandroid_view_View_Landroid_view_Menu_Handler")]
public virtual bool OnPreparePanel (int featureId, Android.Views.View? view, Android.Views.IMenu? menu);
[<Android.Runtime.Register("onPreparePanel", "(ILandroid/view/View;Landroid/view/Menu;)Z", "GetOnPreparePanel_ILandroid_view_View_Landroid_view_Menu_Handler")>]
abstract member OnPreparePanel : int * Android.Views.View * Android.Views.IMenu -> bool
override this.OnPreparePanel : int * Android.Views.View * Android.Views.IMenu -> bool

Parameters

featureId
Int32

The panel that is being displayed.

view
View

The View that was returned by onCreatePanelView().

menu
IMenu

If onCreatePanelView() returned null, this is the Menu being displayed in the panel.

Returns

Implements

Attributes

Remarks

To be added

Java documentation for android.service.dreams.DreamService.onPreparePanel(int, android.view.View, 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