PanelContextProvider

An interface to get a PanelContext.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val panelContext: LiveData<C?>

The PanelContext given when the panel is attached to the system UI.

Functions

Link copied to clipboard
abstract fun getPanelContext(iviFragmentId: IviFragmentId): C

The PanelContext of an IviFragment identified by iviFragmentId.

Inheritors

Link copied to clipboard