メソッド PickerBuilder.isFeatureEnabled
選択ツール Feature
が有効になっているかどうかを確認します。
署名
isFeatureEnabled(feature: Feature): boolean;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
パラメータ
名前 |
Type |
省略可能 |
説明 |
feature |
Feature |
いいえ |
|
戻り値
boolean
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 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"]]