setContentInvalid

open fun setContentInvalid(contentInvalid: Boolean)(source)

Sets if the content of this node is invalid. For example, a date is not well-formed.

Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Parameters

contentInvalid

If the node content is invalid.