ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Slider.unlisten
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
কলব্যাক মুছে দেয়।
ব্যবহার | রিটার্নস | Slider. unlisten ( idOrType ) | |
যুক্তি | টাইপ | বিস্তারিত | এই: ui.widget | ui.উইজেট | ui.Widget উদাহরণ। |
idOrType | স্ট্রিং, ঐচ্ছিক | হয় কলব্যাক রেজিস্ট্রেশনের সময় একটি onEventType() ফাংশন দ্বারা ফিরে আসা একটি ID, একটি ইভেন্টের ধরন, বা কিছুই নয়৷ একটি আইডি পাস করা হলে, সংশ্লিষ্ট কলব্যাক মুছে ফেলা হয়। একটি ইভেন্ট টাইপ পাস করা হলে, সেই ধরনের সমস্ত কলব্যাক মুছে ফেলা হয়। কিছু পাস না হলে, সমস্ত কলব্যাক মুছে ফেলা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eunlisten\u003c/code\u003e method removes registered callbacks from the Slider widget.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts an optional argument, \u003ccode\u003eidOrType\u003c/code\u003e, which can be a specific callback ID, an event type to remove all callbacks for that type, or omitted to remove all callbacks.\u003c/p\u003e\n"],["\u003cp\u003eRemoving callbacks prevents the associated functions from executing in response to Slider events.\u003c/p\u003e\n"]]],[],null,["# ui.Slider.unlisten\n\n\u003cbr /\u003e\n\nDeletes callbacks.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| Slider.unlisten`(`*idOrType*`)` | |\n\n| Argument | Type | Details |\n|-------------------|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `ui.widget` | ui.Widget | The ui.Widget instance. |\n| `idOrType` | String, optional | Either an ID returned by an onEventType() function during callback registration, an event type, or nothing. If an ID is passed, the corresponding callback is deleted. If an event type is passed, all callbacks for that type are deleted. If nothing is passed, all callbacks are deleted. |"]]