Enum Action
ResponseObject
के लिए कार्रवाई का टाइप.
हस्ताक्षर
export enum Action
सदस्य
नाम |
ब्यौरा |
CANCEL |
उपयोगकर्ता ने Google पिकर डायलॉग रद्द किया है. |
PICKED |
उपयोगकर्ता ने कम से कम एक आइटम चुना हो. |
LOADED |
Google पिकर डायलॉग लोड हो गया है. |
ERROR |
Google पिकर डायलॉग में कोई गड़बड़ी हुई है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["The `Action` enum defines the type of action a user takes within the Google Picker dialog."],["This includes actions like canceling the dialog, picking items, loading the dialog, and encountering errors."],["Each action type is represented by a specific member within the `Action` enum, such as `CANCEL`, `PICKED`, `LOADED`, and `ERROR`."],["Detailed information about each action can be found by referring to its respective documentation link within the table."]]],[]]