Interface ActivityStartingState
Starting state of the add-on when the participant accepts the invitation to
start an activity.
Signature
interface ActivityStartingState
Property signatures
Name |
Description |
additionalData |
Data internal to the add-on that it can use to initialize itself. Useful for communicating application-specific state to users joining the activity that cannot be stored in the URLs. The length of this string must be less than 4,096 characters. |
mainStageUrl |
The URL that the main stage opens for users joining the activity. The length of this URL must be less than 512 characters. |
sidePanelUrl |
The URL that the side panel opens for users joining the activity. The length of this URL must be less than 512 characters. |
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 2024-10-07 UTC.
[null,null,["Last updated 2024-10-07 UTC."],[[["`ActivityStartingState` interface defines the initial state of an add-on when a user joins an activity."],["It includes properties like `additionalData` for internal add-on data, `mainStageUrl` for the main content URL, and `sidePanelUrl` for the side panel content URL."],["URLs for `mainStageUrl` and `sidePanelUrl` must be less than 512 characters, while `additionalData` string must be less than 4,096 characters."]]],[]]