Base class for all JSBridge modules.
On construction, the class wraps the JSBridge 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 bridge SDK fails to wrap the module.
Base class for all JSBridge modules.
Remarks
On construction, the class wraps the JSBridge module on
window(e.g.,WrappedContainerModule). This code must run on the Grab SuperApp's webview to function correctly.