messageHost(...)
messageHost(msg: string): void;
Sends a message to the app that hosts this experience. Use with the App Embed Component to communicate between a zap experience and the app embedding Zappar technology.
Parameters
Parameter | Type | Description |
---|---|---|
msg | string | The message to send to the host app. |