Yöntem PickerBuilder.isFeatureEnabled
Seçicinin Feature
etkin olup olmadığını kontrol edin.
İmza
isFeatureEnabled(feature: Feature): boolean;
Ayrıntılar
İsteğe bağlı |
Hayır |
Final |
Hayır |
Korumalı |
Hayır |
Statik |
Hayır |
Parametreler
Ad |
Tür |
İsteğe bağlı |
Açıklama |
feature |
Feature |
Hayır |
|
İadeler
boolean
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["The `isFeatureEnabled` method is used to check if a specific picker feature is enabled."],["It takes a `Feature` object as an argument and returns a boolean value indicating whether the feature is enabled or not."],["This method is neither optional, final, protected, nor static."]]],["The core functionality is to determine if a specific `Feature` within a picker is enabled. This is achieved through the `isFeatureEnabled` function. This function takes one mandatory parameter, `feature`, of type `Feature`. The function's return value is a boolean, indicating whether the specified `feature` is enabled or not. The function is neither optional, final, protected, nor static.\n"]]