संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ConferenceParameter
ऐड-ऑन के इस्तेमाल के लिए, समाधान से जुड़े खास पैरामीटर उपलब्ध होते हैं. यह पैरामीटर इसके साथ बना रहता है
और अपडेट की ज़रूरत होने पर, उसे ऐड-ऑन पर भेज दिया जाता है. इस्तेमाल का उदाहरण:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया."],[[["`ConferenceParameter` objects store solution-specific parameters for add-ons, persisting with conference data and utilized for updates or deletions."],["Developers can use the `setKey(key)` method to assign a key (up to 50 characters) and `setValue(value)` to assign a value (up to 1024 characters) to these parameters."],["Both `setKey` and `setValue` methods return the `ConferenceParameter` object, allowing for chained method calls for efficient setup."],["Exceeding the maximum length for keys or values when using `setKey(key)` or `setValue(value)` will result in an error."]]],[]]