didShowOverlay
Introduction
The didShowOverlay()
method notifies the SDK that the MaestroPanel has been displayed in your app. This allows the SDK to update its internal state and perform any actions needed based on the overlay's visibility.
Code Example
// Notify the SDK that the MaestroOverlay is now visible.
eventInterface.didShowOverlay()