SDKtvOS SDKEvent DelegateshouldShowPanel()On this pageshouldShowPanel()IntroductionThe shouldShowPanel() method allows the SDK to request that your app shows the panel. This could be called after the user clicks a call-to-action button in a MaestroOverlay.Code Example// Request that the app shows the paneldelegate.shouldShowPanel()