সতর্কতা: আপনি API এর REST ইন্টারফেসের জন্য ডকুমেন্টেশন দেখছেন। আমাদের বেশিরভাগ অফিসিয়াল ক্লায়েন্ট লাইব্রেরি জিআরপিসি ব্যবহার করে। বিস্তারিত জানার জন্য
REST ভূমিকা দেখুন।
ExtensionSettingDevice
একটি এক্সটেনশন সেটিংসের জন্য সম্ভাব্য ডিভাইস প্রকার।
Enums |
---|
UNSPECIFIED | উল্লিখিত না. |
UNKNOWN | মান এই সংস্করণে অজানা. |
MOBILE | মুঠোফোন. এক্সটেনশন সেটিংসের এক্সটেনশনগুলি শুধুমাত্র মোবাইল ডিভাইসে পরিবেশন করা হবে৷ |
DESKTOP | ডেস্কটপ. এক্সটেনশন সেটিংসে থাকা এক্সটেনশনগুলি শুধুমাত্র ডেস্কটপ ডিভাইসে পরিবেশন করবে৷ |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Extension settings allow you to specify device types, such as mobile or desktop, to control where extensions are served."],["`MOBILE` and `DESKTOP` enums ensure extensions within the setting only serve on their respective device types."],["`UNSPECIFIED` and `UNKNOWN` enums represent a missing or currently unknown device type value."]]],["The content defines possible device types for an extension setting. The `UNSPECIFIED` enum indicates no specific device is designated. `UNKNOWN` signifies the device type is unknown in the current version. `MOBILE` restricts the extensions to mobile devices, while `DESKTOP` limits them to desktop devices. These enums control the device targeting of the extensions within the setting.\n"]]