পদ্ধতি PickerBuilder.isFeatureEnabled
একটি বাছাই Feature
সক্রিয় কিনা পরীক্ষা করুন.
স্বাক্ষর
isFeatureEnabled(feature: Feature): boolean;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
feature | Feature | না | |
রিটার্নস
boolean
,
একটি বাছাই Feature
সক্রিয় কিনা পরীক্ষা করুন.
স্বাক্ষর
isFeatureEnabled(feature: Feature): boolean;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
feature | Feature | না | |
রিটার্নস
boolean
,
একটি বাছাই Feature
সক্রিয় কিনা পরীক্ষা করুন.
স্বাক্ষর
isFeatureEnabled(feature: Feature): boolean;
বিস্তারিত
ঐচ্ছিক | না |
---|
ফাইনাল | না |
---|
সুরক্ষিত | না |
---|
স্থির | না |
---|
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
feature | Feature | না | |
রিটার্নস
boolean
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 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"]]