Android.Views.View.ApplicationWindowToken Property
Retrieve a unique token identifying the top-level "real" window of the window that this view is attached to.

Syntax

[get: Android.Runtime.Register("getApplicationWindowToken", "()Landroid/os/IBinder;", "GetGetApplicationWindowTokenHandler")]
public virtual Android.OS.IBinder ApplicationWindowToken { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve a unique token identifying the top-level "real" window of the window that this view is attached to. That is, this is like View.WindowToken, except if the window this view in is a panel window (attached to another containing window), then the token of the containing window is returned instead.

[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