Android.Service.Dreams.DreamService.AddContentView Method
Adds a view to the Dream's window, leaving other content views in place.

Syntax

[Android.Runtime.Register("addContentView", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V", "GetAddContentView_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_Handler")]
public virtual void AddContentView (Android.Views.View view, Android.Views.ViewGroup.LayoutParams params)

Parameters

view
The desired content to display.
params
Layout parameters for the view.

Remarks

Adds a view to the Dream's window, leaving other content views in place.

Note: Requires a window, do not call before DreamService.OnAttachedToWindow

[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