सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह कॉलबैक मिटाता है.
इस्तेमाल
रिटर्न
Checkbox.unlisten(idOrType)
आर्ग्यूमेंट
टाइप
विवरण
यह: ui.widget
ui.Widget
ui.Widget इंस्टेंस.
idOrType
स्ट्रिंग, ज़रूरी नहीं
यह कॉलबैक रजिस्ट्रेशन के दौरान, onEventType() फ़ंक्शन से मिला आईडी, इवेंट टाइप या कुछ भी नहीं हो सकता है. अगर कोई आईडी पास किया जाता है, तो उससे जुड़ा कॉलबैक मिटा दिया जाता है. अगर किसी इवेंट टाइप को पास किया जाता है, तो उस टाइप के सभी कॉलबैक मिटा दिए जाते हैं. अगर कोई भी वैल्यू पास नहीं की जाती है, तो सभी कॉलबैक मिटा दिए जाते हैं.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["The `Checkbox.unlisten()` method removes registered callbacks associated with a checkbox widget."],["You can target specific callbacks for removal using their unique ID or remove all callbacks of a certain event type."],["Calling `unlisten()` without any arguments will remove all registered callbacks for the checkbox."]]],["The `Checkbox.unlisten()` function deletes callbacks associated with a UI widget. It accepts an optional `idOrType` argument. If an ID is provided, it removes the specific callback. If an event type is given, all callbacks for that type are removed. If no argument is passed, all registered callbacks for the widget are deleted. This method does not return any value.\n"]]