Android.Views.Window.SetType Method
Set the type of the window, as per the WindowManager.

Syntax

[Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")]
public virtual void SetType ([Android.Runtime.GeneratedEnum] WindowManagerTypes type)

Parameters

type
The new window type (see WindowManager.LayoutParams).

Remarks

Set the type of the window, as per the WindowManager.LayoutParams types.

[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