পদ্ধতি পিকার. ডিসপোজ
Picker
অবজেক্ট ডিসপোজ করে।
স্বাক্ষর
dispose(): void;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
রিটার্নস
void
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This function, `dispose()`, is used to dispose of the `Picker` object."],["It does not return any value (`void`)."],["It's a public method and isn't static, meaning it needs to be called on an instance of the `Picker` object."]]],["The `dispose` method, part of a `Picker` object, is used to release the object's resources. It is a non-optional, non-final, non-protected, and non-static method. Calling `dispose()` does not return any value (void). This action is used to ensure proper cleanup and prevent resource leaks. The method is intended to be called when the `Picker` is no longer needed.\n"]]