setTooltipText

open fun setTooltipText(@Nullable tooltipText: CharSequence)(source)

Sets the tooltip text of this node.

This method has no effect below API 19

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

Parameters

tooltipText

The tooltip text.

Throws

If called from an AccessibilityService.