Element

abstract class Element

A generic child component that has a parent and a backing string.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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