Android.Views.Window.SetWindowManager Method
Set the window manager for use by this Window to, for example, display panels.

Syntax

[Android.Runtime.Register("setWindowManager", "(Landroid/view/WindowManager;Landroid/os/IBinder;Ljava/lang/String;)V", "GetSetWindowManager_Landroid_view_WindowManager_Landroid_os_IBinder_Ljava_lang_String_Handler")]
public virtual void SetWindowManager (IWindowManager wm, Android.OS.IBinder appToken, string appName)

Parameters

wm
The window manager for adding new windows.
appToken
Documentation for this section has not yet been entered.
appName
Documentation for this section has not yet been entered.

Remarks

Set the window manager for use by this Window to, for example, display panels. This is not used for displaying the Window itself -- that must be done by the client.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1