AccessibilityWindowInfo.Type Property

Definition

Gets the type of the window.

public Android.Views.Accessibility.AccessibilityWindowType Type { [Android.Runtime.Register("getType", "()I", "")] get; }
[<get: Android.Runtime.Register("getType", "()I", "")>]
member this.Type : Android.Views.Accessibility.AccessibilityWindowType

Property Value

The type.

Attributes

Remarks

Gets the type of the window.

Java documentation for android.view.accessibility.AccessibilityWindowInfo.getType().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also