इंटरफ़ेस ऐक्टिविटी स्टार्टिंगस्टेट
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐड-ऑन की शुरुआती स्थिति, जब हिस्सा लेने वाला व्यक्ति इसका न्योता स्वीकार कर लेता है
कोई गतिविधि शुरू करें.
हस्ताक्षर
interface ActivityStartingState
प्रॉपर्टी के हस्ताक्षर
नाम |
ब्यौरा |
additionalData |
ऐड-ऑन में अंदरूनी डेटा, जिसका इस्तेमाल वह अपने-आप शुरू होने के लिए कर सकता है. इस तरह की गतिविधि से, उपयोगकर्ताओं को ऐप्लिकेशन की खास स्थिति के बारे में बताने में मदद मिलती है. इस गतिविधि को यूआरएल में सेव नहीं किया जा सकता. इस स्ट्रिंग में 4,096 से कम वर्ण होने चाहिए. |
mainStageUrl |
गतिविधि में शामिल होने वाले उपयोगकर्ताओं के लिए, मुख्य स्टेज में खुलने वाला यूआरएल. इस यूआरएल में 512 से कम वर्ण होने चाहिए. |
sidePanelUrl |
गतिविधि में शामिल होने वाले उपयोगकर्ताओं के लिए, साइड पैनल में खुलने वाला यूआरएल. इस यूआरएल में 512 से कम वर्ण होने चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]