Method signature MeetSidePanelClient.notifyMainStage
Stay organized with collections
Save and categorize content based on your preferences.
Sends a message from the side panel add-on iframe to the main stage add-on
iframe. The add-on running in the main stage iframe can react to this message
using the
frameToFrameMessage
add-on callback (see
AddonCallbacks).
The length of this string must be less than 1,000,000 characters.
Signature
notifyMainStage(payload: string): Promise<void>;
Details
Parameters
| Name |
Type |
Optional |
Description |
payload |
string |
No |
|
Returns
Promise<void>
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
[null,null,["Last updated 2025-03-27 UTC."],[],[]]