메서드 서명 MeetAddonClient.setActivityStartingState
참여자가 활동 참여 초대를 수락할 때 사용되는 부가기능의 초기 상태에 관한 정보를 설정하거나 업데이트합니다.
서명
setActivityStartingState(
activityStartingState: ActivityStartingState,
): Promise<void>;
세부정보
매개변수
반환 값
Promise<void>
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]