PanelContextProvider

interface PanelContextProvider<C : PanelContext>

An interface to get a PanelContext.

Properties

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

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

Inheritors

Link copied to clipboard