ActivityStartState 介面
參與者接受邀請開始活動時,外掛程式的起始狀態。
簽名
interface ActivityStartingState
屬性簽章
名稱 |
說明 |
additionalData |
外掛程式內部的資料,可用於初始化自身。可用來向加入網址中無法儲存的活動的使用者,傳達應用程式的專屬狀態。此字串長度不得超過 4,096 個字元。 |
mainStageUrl |
主要舞台為加入活動的使用者開啟的網址。這個網址的長度必須少於 512 個字元。 |
sidePanelUrl |
側邊面板為加入活動的使用者開啟的網址。這個網址的長度不得超過 512 個字元。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-16 (世界標準時間)。
[null,null,["上次更新時間:2024-10-16 (世界標準時間)。"],[[["`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."]]],[]]