AccessibilityEvent.TextChangeTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bit mask of the text change types signaled by a
#TYPE_VIEW_TEXT_CHANGED event.
public int TextChangeTypes { [Android.Runtime.Register("getTextChangeTypes", "()I", "", ApiSince=37)] get; [Android.Runtime.Register("setTextChangeTypes", "(I)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getTextChangeTypes", "()I", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setTextChangeTypes", "(I)V", "", ApiSince=37)>]
member this.TextChangeTypes : int with get, set
Property Value
The bit mask of change types.
- Attributes
Remarks
Gets the bit mask of the text change types signaled by a TYPE_VIEW_TEXT_CHANGED event. A single event may represent multiple change types. Accessibility services can use these types to better understand the nature of text changes.
Android reference for android.view.accessibility.AccessibilityEvent.getTextChangeTypes.
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.