didHideOverlay
Introduction
The didHideOverlay()
method notifies the SDK that the MaestroOverlay 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 overlay's visibility.
Code Example
// Notify the SDK that the MaestroOverlay has been hidden.
eventInterface.didHideOverlay()