Android.Service.Dreams.DreamService.OnCreatePanelView Method
Instantiate the view to display in the panel for 'featureId'.

Syntax

[Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")]
public virtual Android.Views.View OnCreatePanelView (int featureId)

Parameters

featureId
Which panel is being created.

Returns

Documentation for this section has not yet been entered.

Remarks

Instantiate the view to display in the panel for 'featureId'. You can return null, in which case the default content (typically a menu) will be created for you.

[Android Documentation]

Requirements

Namespace: Android.Service.Dreams
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17