ViewUnlockRequirement
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इससे पता चलता है कि कार्ड देखने के लिए, अनलॉक करने का कौनसा तरीका ज़रूरी है.
Enums |
VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED |
डिफ़ॉल्ट मान, UNLOCK_NOT_REQUIRED के जैसा. |
UNLOCK_NOT_REQUIRED |
अगर Viewअनलॉक की ज़रूरत सेट नहीं है, तो सभी मौजूदा पास के लिए डिफ़ॉल्ट तरीका. |
UNLOCK_REQUIRED_TO_VIEW |
हर बार पास देखने पर, उपयोगकर्ता को अपना डिवाइस अनलॉक करना होगा. अगर पास की जानकारी सेव करने के बाद उपयोगकर्ता अपना डिवाइस लॉक हटा देता है, तो पास देखने से पहले उसे डिवाइस लॉक बनाने के लिए कहा जाएगा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["By default, passes do not require any unlock mechanism to view."],["`UNLOCK_REQUIRED_TO_VIEW` enforces device unlock each time the pass is viewed and prompts users to create a device lock if it's removed after saving the pass."],["`VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED` and `UNLOCK_NOT_REQUIRED` function identically, allowing pass viewing without unlock requirements."]]],["The core content outlines the requirements for viewing a digital card, focusing on device unlock mechanisms. `UNLOCK_NOT_REQUIRED` is the default, meaning no unlock is necessary. `UNLOCK_REQUIRED_TO_VIEW` mandates that the user unlock their device each time they want to see the card. If the user removes their device lock after adding a pass with this option, they will be asked to set a lock to enable pass viewing. `VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED` is the default value and behaves the same as `UNLOCK_NOT_REQUIRED`.\n"]]