インターフェース ActivityStartingState
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
参加者がアクティビティを開始するための招待を承諾したとき、アドオンの開始状態。
署名
interface ActivityStartingState
プロパティの署名
名前 |
説明 |
additionalData |
アドオン自体の初期化に使用できる、アドオン内部のデータ。アクティビティに参加するユーザーに、URL に保存できないアプリケーション固有の状態を伝えるのに便利です。この文字列の長さは 4,096 文字未満にする必要があります。 |
mainStageUrl |
アクティビティに参加するユーザーがメインステージで開く URL。この URL は 512 文字未満にする必要があります。 |
sidePanelUrl |
アクティビティに参加するユーザーに対してサイドパネルが開く URL。この URL は 512 文字未満にする必要があります。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Interface ActivityStartingState\n\nStarting state of the add-on when the participant accepts the invitation to\nstart an activity.\n\nSignature\n---------\n\n interface ActivityStartingState\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|-------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`additionalData`](./addon_sdk.activitystartingstate.additionaldata.md) | 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. |\n| [`mainStageUrl`](./addon_sdk.activitystartingstate.mainstageurl.md) | The URL that the main stage opens for users joining the activity. The length of this URL must be less than 512 characters. |\n| [`sidePanelUrl`](./addon_sdk.activitystartingstate.sidepanelurl.md) | The URL that the side panel opens for users joining the activity. The length of this URL must be less than 512 characters. |"]]