DynamicItem

A menu item backed by a string that can be adjusted by the user.

Author

Lucas Bubner, 2024

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull title: String, @NonNull displayText: Supplier<out Any>)
Create a new DynamicItem.

Functions

Link copied to clipboard
protected open fun getDisplayText(): String

Inherited functions

Link copied to clipboard
Link copied to clipboard
protected open fun setParent(@NonNull parent: TelemetryMenu.MenuElement)