DebugTabFrontendExtension

data class DebugTabFrontendExtension(val tabClass: DebugTabFragmentKClass, @StringRes val titleResourceId: Int) : FrontendExtension

A FrontendExtension to add a tab to the debug panel.

Constructors

Link copied to clipboard
fun DebugTabFrontendExtension(tabClass: DebugTabFragmentKClass, @StringRes titleResourceId: Int)

Properties

Link copied to clipboard
val tabClass: DebugTabFragmentKClass

The fragment class of the debug tab.

Link copied to clipboard
val titleResourceId: Int

The string resource for the debug tab title.