TTMSFNCWebBrowser.GetBridgeCommunicationLayer Method
Returns the JavaScript bootstrap code that must be injected into a page to enable communication with a named bridge.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Syntax
function GetBridgeCommunicationLayer(ABridgeName: string): string; override;
Parameters
| Name | Description |
|---|---|
ABridgeName |
Name of the bridge registered via AddBridge. |
Returns
JavaScript code string to inject.