Class DriveItemsSelectedActionResponse
Driveआइटमचुने गएकार्रवाईजवाब
यह एक ऐसा रिस्पॉन्स है जो Drive के आइटम चुनने के दौरान, Drive में बदलाव करता है. साथ ही, यूज़र इंटरफ़ेस (यूआई) में की गई किसी कार्रवाई, जैसे कि बटन पर क्लिक करने के जवाब में भी ऐसा होता है.
तरीके
तरीका | रिटर्न टाइप | संक्षिप्त विवरण |
printJson() | String | इस ऑब्जेक्ट को JSON फ़ॉर्मैट में प्रिंट करता है. |
ज़्यादा जानकारी वाला दस्तावेज़
printJson()
इस ऑब्जेक्ट को JSON फ़ॉर्मैट में प्रिंट करता है. यह सिर्फ़ डीबग करने के लिए है.
वापसी का टिकट
String
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["`DriveItemsSelectedActionResponse` facilitates changes to Google Drive based on user actions when items are selected."],["It includes a `printJson()` method for debugging purposes, outputting the object's JSON representation as a string."]]],["The `DriveItemsSelectedActionResponse` handles changes to Drive when items are selected and an action is performed in the UI. It contains one method: `printJson()`. This method returns a `String` and provides a JSON representation of the object, intended for debugging purposes. It enables developers to inspect the object's state by outputting it as a JSON string.\n"]]