setMenuSize

abstract suspend fun setMenuSize(newSize: Int): Menu

Changes the size of the menu.

Return

the updated Menu instance

Parameters

newSize

the new menu size to apply (must be within 1..6)

Throws

if newSize is outside acceptable range