setTitle

abstract suspend fun setTitle(newTitle: String): Menu

Sets a new title for this menu.

Return

the updated Menu instance

Parameters

newTitle

the new title to set (1..32 characters)

Throws

if newTitle length is out of acceptable range