枚举地图项
Feature
是一种枚举类型,用于为各种视图开启/关闭功能。在调用 PickerBuilder.enableFeature
和 PickerBuilder.disableFeature
时会使用这些值。
签名
export enum Feature
成员
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["`Feature` is an enum used to enable or disable functionalities within the Picker view."],["It's utilized with `PickerBuilder` methods to control features like single/multi-select, navigation pane visibility, and upload behavior."],["Specific features include showing only user-owned documents (`MINE_ONLY`), enabling multi-select (`MULTISELECT_ENABLED`), hiding navigation (`NAV_HIDDEN`), and simplifying photo uploads (`SIMPLE_UPLOAD_ENABLED`)."],["The `SUPPORT_DRIVES` feature is deprecated and should no longer be used."]]],[]]