संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
OpenAs
एक Enum जो यूआरएल को खोलने का तरीका बताता है.
क्लाइंट किसी यूआरएल को फ़ुल साइज़ की विंडो (अगर क्लाइंट की ओर से इस्तेमाल किया जाने वाला फ़्रेम
है) या ओवरले (जैसे कि पॉप-अप) के तौर पर खोल सकता है. इसे लागू करना, क्लाइंट प्लैटफ़ॉर्म की क्षमताओं पर निर्भर करता है. साथ ही, अगर क्लाइंट इस पर काम नहीं करता है, तो चुनी गई वैल्यू को अनदेखा किया जा सकता है. FULL_SIZE सभी क्लाइंट पर काम करता है.
OnClose का इस्तेमाल करने पर OpenAs को अनदेखा किया जा सकता है. अगर क्लाइंट प्लैटफ़ॉर्म, चुनी गई दोनों वैल्यू को एक साथ इस्तेमाल नहीं कर सकता, तो OnClose को प्राथमिकता दी जाएगी.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
CardService.OpenAs.FULL_SIZE.
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["`OpenAs` is an enum used to specify how a URL should be opened by the client, either as a full-size window or an overlay."],["While `FULL_SIZE` is supported by all clients, `OVERLAY` support depends on the client platform and might be ignored."],["Using `OnClose` may take precedence over `OpenAs`, potentially causing the chosen opening method to be disregarded if the client platform has limitations."],["To utilize this enum in your code, use the syntax: `CardService.OpenAs.FULL_SIZE` or `CardService.OpenAs.OVERLAY`."]]],[]]