สถานะการเริ่มต้นของกิจกรรมอินเทอร์เฟซ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สถานะเริ่มต้นของส่วนเสริมเมื่อผู้เข้าร่วมยอมรับคำเชิญ
เริ่มกิจกรรม
ลายเซ็น
interface ActivityStartingState
ลายเซ็นของพร็อพเพอร์ตี้
ชื่อ |
คำอธิบาย |
additionalData |
ข้อมูลภายในของส่วนเสริมที่ใช้เริ่มต้นได้ มีประโยชน์ในการสื่อสารสถานะเฉพาะแอปพลิเคชันกับผู้ใช้ที่เข้าร่วมกิจกรรมซึ่งไม่สามารถจัดเก็บไว้ใน URL ได้ สตริงนี้ต้องมีความยาวไม่เกิน 4,096 อักขระ |
mainStageUrl |
URL ที่ขั้นตอนหลักเปิดขึ้นสำหรับผู้ใช้ที่เข้าร่วมกิจกรรม URL นี้ต้องมีความยาวไม่เกิน 512 อักขระ |
sidePanelUrl |
URL ที่แผงด้านข้างจะเปิดขึ้นสำหรับผู้ใช้ที่เข้าร่วมกิจกรรม URL นี้ต้องมีความยาวไม่เกิน 512 อักขระ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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. |"]]