HYPOverlayContainer
@protocol HYPOverlayContainer <NSObject>
The HYPOverlayContainer provides a mechanism for displaying custom UI over an app while still allowing the user to interact with it. The HYPOverlayContainer holds the HYPOverlayViewProvider’s when an overlay plugin becomes active.
-
The current active plugin module.
Note: This can be set to nil to deactivate the current plugin.
Declaration
Objective-C
@property (assign, readwrite, nonatomic, nullable) id<HYPPluginModule, HYPOverlayPluginViewProvider> overlayModule;