ActivityStartingState 인터페이스
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
참여자가 초대를 수락하면 부가기능의 시작 상태입니다.
활동을 시작할 수 있습니다.
서명
interface ActivityStartingState
속성 서명
이름 |
설명 |
additionalData |
자체 초기화에 사용할 수 있는 부가기능 내부의 데이터입니다. URL에 저장할 수 없는 활동에 참여하는 사용자에게 애플리케이션별 상태를 전달할 때 유용합니다. 이 문자열의 길이는 4,096자(영문 기준) 미만이어야 합니다. |
mainStageUrl |
활동에 참여하는 사용자를 위해 기본 단계에서 열리는 URL입니다. 이 URL의 길이는 512자 미만이어야 합니다. |
sidePanelUrl |
활동에 참여하는 사용자의 측면 패널이 열리는 URL입니다. 이 URL의 길이는 512자(영문 기준) 미만이어야 합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]