Enum ViewToken
ViewToken
एक एनोटेटेड टाइप है, जिसका इस्तेमाल ResponseObject.viewToken
के एलिमेंट के बारे में बताने के लिए किया जाता है.
उदाहरण
बुनियादी इस्तेमाल
const viewToken = response.viewToken;
const viewId = viewToken[google.picker.ViewToken.VIEW_ID];
const label = viewToken[google.picker.ViewToken.LABEL];
const viewOptions = viewToken[google.picker.ViewToken.VIEW_OPTIONS];
हस्ताक्षर
export enum ViewToken
सदस्य
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-04 (UTC) को अपडेट किया गया."],[[["`ViewToken` is an enumerated type that provides access to elements within a `ResponseObject.viewToken`."],["It includes members like `VIEW_ID`, `LABEL`, and `VIEW_OPTIONS` for retrieving specific view details."],["Developers can use `ViewToken` to extract information like view ID, label, and view options from a response object."]]],[]]