DebugTabFrontendExtension

@IviExperimental(reasons = [])
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

Properties

Link copied to clipboard

The fragment class of the debug tab.

Link copied to clipboard

The string resource for the debug tab title.