Menu

interface Menu

Types

Link copied to clipboard
interface MenuElement

Properties

Link copied to clipboard
abstract var title: String

Functions

Link copied to clipboard
abstract suspend fun changeMenuSize(newSize: Int): Menu
Link copied to clipboard
abstract suspend fun delete()
Link copied to clipboard
abstract suspend fun getAllMenuElements(): Array<Menu.MenuElement>
Link copied to clipboard
abstract suspend fun getMenuElement(index: Int): Menu.MenuElement
Link copied to clipboard
abstract suspend fun getMenuSize(): Int
Link copied to clipboard
open suspend fun getTitle(): String
Link copied to clipboard
abstract suspend fun setTitle(newTitle: String): Menu