วิธีการ PickerBuilder.isFeatureEnabled
ตรวจสอบว่าได้เปิดใช้เครื่องมือเลือก Feature
หรือไม่
ลายเซ็น
isFeatureEnabled(feature: Feature): boolean;
รายละเอียด
ไม่บังคับ |
ไม่ได้ |
รอบชิงชนะเลิศ |
ไม่ได้ |
มีการป้องกัน |
ไม่ได้ |
คงที่ |
ไม่ได้ |
พารามิเตอร์
ชื่อ |
ประเภท |
ไม่บังคับ |
คำอธิบาย |
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"]]