メソッド Picker.dispose
Picker
オブジェクトを破棄します。
署名
dispose(): void;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
戻り値
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]