השיטה Picker.dispose
נפטרים מהאובייקט Picker
.
חתימה
dispose(): void;
פרטים
אופציונלי |
לא |
גמר |
לא |
מוגן |
לא |
סטטי |
לא |
החזרות
void
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-09 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-09 (שעון 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"]]