ViewUnlockRequirement
কার্ড দেখার জন্য কী আনলক প্রক্রিয়া, যদি থাকে, তা সংজ্ঞায়িত করে।
Enums |
---|
VIEW_UNLOCK_REQUIREMENT_UNSPECIFIED | ডিফল্ট মান, UNLOCK_NOT_REQUIRED এর মতো। |
UNLOCK_NOT_REQUIRED | ViewUnlock Requirement সেট না থাকলে বিদ্যমান সমস্ত পাসের জন্য ডিফল্ট আচরণ। |
UNLOCK_REQUIRED_TO_VIEW | প্রতিবার পাসটি দেখার সময় ব্যবহারকারীকে তাদের ডিভাইস আনলক করতে হবে। যদি ব্যবহারকারী পাসটি সংরক্ষণ করার পরে তাদের ডিভাইস লকটি সরিয়ে দেয়, তাহলে পাসটি দেখার আগে তাদের একটি ডিভাইস লক তৈরি করতে অনুরোধ করা হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-26 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"]]