Picker là đối tượng cấp cao nhất đại diện cho hành động trên giao diện người dùng với người dùng. Các đối tượng này không được tạo trực tiếp mà sử dụng lớp PickerBuilder.
PickerBuilder được dùng để tạo các đối tượng Picker. Trừ phi có lưu ý khác, kiểu dữ liệu trả về của các phương thức bên dưới thuộc kiểu PickerBuilder, cho phép bạn liên kết lần lượt từng lệnh gọi.
Feature là một loại giá trị được liệt kê, dùng để bật/tắt các tính năng trên nhiều khung hiển thị. Sử dụng các giá trị này trong lệnh gọi đến PickerBuilder.enableFeature và PickerBuilder.disableFeature.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-11-09 UTC."],[[["The Google Picker API enables users to select files from Google Drive and upload files using a builder pattern with `PickerBuilder` and `Picker` classes."],["The API provides various views like `DocsView` for file selection and `DocsUploadView` for uploads, customizable through `PickerBuilder` methods."],["Developers can utilize enums such as `ViewId` and `DocsViewMode` to configure the picker's appearance and functionality."],["Callback functions handle user selections, providing access to selected item details via objects like `DocumentObject` and `ResponseObject`."],["The API offers features like resource ID generation with `ResourceId`, view grouping with `ViewGroup`, and language localization with `Locales`."]]],[]]