Property signature ActivityStartingState.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.
Signature
additionalData?: string;
Details
Type |
string |
Optional |
Yes |
Readonly |
No |
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-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["`additionalData` allows add-ons to initialize with internal data, conveying application-specific state to new users."],["This data is limited to a string with a maximum length of 4,096 characters."],["It is optional and can be modified by the add-on."]]],[]]