DreamService.OnCreatePanelView(Int32) Method

Definition

To be added

[Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")]
public virtual Android.Views.View? OnCreatePanelView (int featureId);
[<Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")>]
abstract member OnCreatePanelView : int -> Android.Views.View
override this.OnCreatePanelView : int -> Android.Views.View

Parameters

featureId
Int32

Which panel is being created.

Returns

Implements

Attributes

Remarks

To be added

Java documentation for android.service.dreams.DreamService.onCreatePanelView(int).

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