SDKtvOS SDKEvent DelegateshouldHidePanel()On this pageshouldHidePanel()IntroductionThe shouldHidePanel() method allows the SDK to request that your app hide the panel, for instance when the back button is pressed while the user is focused on a tab bar button.Code Example// Request that the app hides the paneldelegate.shouldHidePanel()