Skip to main content

didHidePanel

Introduction

The didHidePanel() method notifies the SDK that the MaestroPanel has been hidden from the user's view. This update allows the SDK to adjust its internal state and cease any actions or animations related to the panel's visibility.

Parameters

This method does not require any parameters.

Code Example

// Notify the SDK that the MaestroPanel has been hidden.
eventInterface.didHidePanel()