setEditable

open fun setEditable(editable: Boolean)(source)

Sets whether this node is editable.

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

Parameters

editable

True if the node is editable.

Throws

If called from an AccessibilityService.