AccessibilityEvent.WindowChanges Property

Definition

Get the bit mask of change types signaled by a #TYPE_WINDOWS_CHANGED event.

public Android.Views.Accessibility.WindowsChange WindowChanges { [Android.Runtime.Register("getWindowChanges", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getWindowChanges", "()I", "", ApiSince=28)>]
member this.WindowChanges : Android.Views.Accessibility.WindowsChange

Property Value

The bit mask of change types.

Attributes

Remarks

Get the bit mask of change types signaled by a #TYPE_WINDOWS_CHANGED event. A single event may represent multiple change types.

Java documentation for android.view.accessibility.AccessibilityEvent.getWindowChanges().

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