AccessibilityEvent.ContentChangeTypes Property

Definition

Gets the bit mask of change types signaled by a #TYPE_WINDOW_CONTENT_CHANGED event or #TYPE_WINDOW_STATE_CHANGED. -or- Sets the bit mask of node tree changes signaled by an #TYPE_WINDOW_CONTENT_CHANGED event.

public Android.Views.Accessibility.ContentChangeTypes ContentChangeTypes { [Android.Runtime.Register("getContentChangeTypes", "()I", "")] get; [Android.Runtime.Register("setContentChangeTypes", "(I)V", "")] set; }
[<get: Android.Runtime.Register("getContentChangeTypes", "()I", "")>]
[<set: Android.Runtime.Register("setContentChangeTypes", "(I)V", "")>]
member this.ContentChangeTypes : Android.Views.Accessibility.ContentChangeTypes with get, set

Property Value

The bit mask of change types. One or more of: <ul> <li>#CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION<li>#CONTENT_CHANGE_TYPE_STATE_DESCRIPTION<li>#CONTENT_CHANGE_TYPE_SUBTREE<li>#CONTENT_CHANGE_TYPE_TEXT<li>#CONTENT_CHANGE_TYPE_PANE_TITLE<li>#CONTENT_CHANGE_TYPE_UNDEFINED<li>#CONTENT_CHANGE_TYPE_PANE_APPEARED<li>#CONTENT_CHANGE_TYPE_PANE_DISAPPEARED</ul>

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the bit mask of change types signaled by a #TYPE_WINDOW_CONTENT_CHANGED event or #TYPE_WINDOW_STATE_CHANGED. A single event may represent multiple change types.

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

Property setter documentation:

Sets the bit mask of node tree changes signaled by an #TYPE_WINDOW_CONTENT_CHANGED event.

Java documentation for android.view.accessibility.AccessibilityEvent.setContentChangeTypes(int).

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