Picker, उपयोगकर्ता के साथ यूज़र इंटरफ़ेस (यूआई) ऐक्शन को दिखाने वाला टॉप लेवल ऑब्जेक्ट है. ये ऑब्जेक्ट सीधे तौर पर नहीं बनाए जाते, बल्कि PickerBuilder क्लास का इस्तेमाल करते हैं.
PickerBuilder का इस्तेमाल Picker ऑब्जेक्ट बनाने के लिए किया जाता है. यहां दिए गए तरीकों के रिटर्न टाइप PickerBuilder होते हैं. हालांकि, जहां अलग से बताया गया है वहां यह टाइप नहीं होता. इससे एक कॉल के बाद दूसरा कॉल किया जा सकता है.
Feature, अलग-अलग व्यू के लिए सुविधाओं को चालू/बंद करने के लिए, एनोटेट किया गया टाइप है. PickerBuilder.enableFeature और PickerBuilder.disableFeature को किए जाने वाले कॉल में इन वैल्यू का इस्तेमाल करें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-09 (UTC) को अपडेट किया गया."],[[["The Google Picker API facilitates selecting or uploading files from Google Drive using a builder pattern with `PickerBuilder` and `Picker` objects."],["Developers can customize the Picker's appearance and functionality, such as specifying views (e.g., DocsView for file selection, DocsUploadView for uploads), OAuth token, and application ID."],["The API provides various classes and enums for controlling view modes, features, actions, and responses, offering flexibility in handling user interactions and selected items."],["Developers can access information about selected items through interfaces like `DocumentObject`, including file attributes and parent folder details."],["`PickerBuilder` offers methods to configure the picker's features, views, and callbacks, enabling developers to tailor it to their application's needs."]]],[]]