メソッドのシグネチャ MeetAddonClient.setActivityStartingState
使用されるアドオンの初期状態に関する情報を設定または更新します
参加者がアクティビティへの招待を承諾したとき。
署名
setActivityStartingState(
activityStartingState: ActivityStartingState,
): Promise<void>;
詳細
パラメータ
戻り値
Promise<void>
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["The `setActivityStartingState` function allows developers to define or modify the initial state of their add-on upon user acceptance of an activity invitation."],["It accepts an `ActivityStartingState` object as input, providing data to initialize the add-on's state."],["The function returns a promise that resolves when the operation completes successfully."],["This is essential for ensuring your add-on starts with the necessary information when a user joins an activity."]]],[]]