इंटरफ़ेस ऐक्टिविटी स्टार्टिंगस्टेट
ऐड-ऑन की शुरुआती स्थिति, जब हिस्सा लेने वाला व्यक्ति इसका न्योता स्वीकार कर लेता है
कोई गतिविधि शुरू करें.
हस्ताक्षर
interface ActivityStartingState
प्रॉपर्टी के हस्ताक्षर
नाम |
ब्यौरा |
additionalData |
ऐड-ऑन में अंदरूनी डेटा, जिसका इस्तेमाल वह अपने-आप शुरू होने के लिए कर सकता है. यह गतिविधि में शामिल होने वाले उपयोगकर्ताओं को, ऐप्लिकेशन की खास स्थिति के बारे में बताने के लिए काम की है. इस जानकारी को यूआरएल में सेव नहीं किया जा सकता. इस स्ट्रिंग की लंबाई 4,096 वर्णों से कम होनी चाहिए. |
mainStageUrl |
गतिविधि में शामिल होने वाले उपयोगकर्ताओं के लिए, मुख्य स्टेज में खुलने वाला यूआरएल. इस यूआरएल में 512 से कम वर्ण होने चाहिए. |
sidePanelUrl |
गतिविधि में शामिल होने वाले उपयोगकर्ताओं के लिए, साइड पैनल में खुलने वाला यूआरएल. इस यूआरएल में 512 से कम वर्ण होने चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-16 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-16 (UTC) को अपडेट किया गया."],[[["`ActivityStartingState` interface defines the initial state of an add-on when a user joins an activity."],["It includes properties like `additionalData` for internal add-on data, `mainStageUrl` for the main content URL, and `sidePanelUrl` for the side panel content URL."],["URLs for `mainStageUrl` and `sidePanelUrl` must be less than 512 characters, while `additionalData` string must be less than 4,096 characters."]]],["The `ActivityStartingState` interface defines the initial state of an add-on when a participant joins an activity. It includes `additionalData`, a string under 4,096 characters for internal add-on initialization data. `mainStageUrl` (under 512 characters) specifies the URL for the main stage view, while `sidePanelUrl` (also under 512 characters) indicates the URL for the side panel view for users joining the activity. These URLs are what is opened for users when they join.\n"]]