Android.App.Activity.Window Property
Retrieve the current Android.Views.Window for the activity.

Syntax

[get: Android.Runtime.Register("getWindow", "()Landroid/view/Window;", "GetGetWindowHandler")]
public virtual Android.Views.Window Window { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the current Android.Views.Window for the activity. This can be used to directly access parts of the Window API that are not available through Activity/Screen.

[Android Documentation]

Requirements

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