setContentDescription

@NonNull
abstract fun setContentDescription(@Nullable contentDescription: @Nullable CharSequence): @NonNull SupportMenuItem(source)

Change the content description associated with this menu item.

Return

This menu item instance for call chaining.

Parameters

contentDescription

The new content description.