Skip to main content

shouldHidePanel()

Introduction

The 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 panel
delegate.shouldHidePanel()