setContextClickable
Sets whether this node is context clickable.
Note: Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
contextClickable
True if the node is context clickable.
Throws
If called from an AccessibilityService.