方法簽章 MeetAddonClient.getActivityStartState
擷取外掛程式的初始狀態資訊,
參與者接受活動邀請。
簽名
getActivityStartingState(): Promise<ActivityStartingState>;
詳細資料
傳回
Promise<ActivityStartingState>
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-16 (世界標準時間)。
[null,null,["上次更新時間:2024-10-16 (世界標準時間)。"],[[["This function retrieves details about the add-on's initial state when a participant accepts an activity invitation."],["It specifically provides information like activity ID, participant ID, and the add-on's initial state through the `ActivityStartingState` object."],["The function is asynchronous and returns a Promise that resolves with the `ActivityStartingState` object."]]],["The function `getActivityStartingState()` retrieves the initial state of an add-on when a participant accepts an activity invitation. It returns a promise that resolves to an `ActivityStartingState` object. This function is not optional and provides necessary information about the add-on's state at the start of the activity.\n"]]