setTooltipText

@NonNull
abstract fun setTooltipText(@Nullable tooltipText: @Nullable CharSequence): @NonNull SupportMenuItem(source)

Change the tooltip text associated with this menu item.

Return

This menu item instance for call chaining.

Parameters

tooltipText

The new tooltip text.