Base class for all modules.
On construction, the class wraps the module on window (e.g., WrappedContainerModule). This code must run on the Grab SuperApp's webview to function correctly.
window
WrappedContainerModule
Creates a new module instance and wraps it on the global window object.
The name of the module (e.g., "ContainerModule", "ProfileModule").
Error when the module fails to initialize.
Base class for all modules.
Remarks
On construction, the class wraps the module on
window(e.g.,WrappedContainerModule). This code must run on the Grab SuperApp's webview to function correctly.