SurfaceCapability
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
مجموعه ای از قابلیت های سطح ممکن است.
Enums |
---|
SURFACE_CAPABILITY_UNSPECIFIED | ناشناخته / نامشخص |
AUDIO_OUTPUT | Surface از خروجی صدا پشتیبانی می کند. |
SCREEN_OUTPUT | Surface از صفحه نمایش/خروجی بصری پشتیبانی می کند. |
MEDIA_RESPONSE_AUDIO | Surface از صدای پاسخ رسانه ای پشتیبانی می کند. |
WEB_BROWSER | Surface از مرورگرهای وب پشتیبانی می کند. |
ACCOUNT_LINKING | Surface از پیوند حساب پشتیبانی می کند. |
INTERACTIVE_CANVAS | Surface از Canvas تعاملی پشتیبانی می کند. |
HOME_STORAGE | Surface از ذخیره سازی خانگی پشتیبانی می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThis document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing.\u003c/p\u003e\n"],["\u003cp\u003eThese surface capabilities are represented by enums, each with a specific meaning like \u003ccode\u003eAUDIO_OUTPUT\u003c/code\u003e indicating the device has audio output capabilities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly.\u003c/p\u003e\n"]]],["The core content defines a set of surface capabilities, each represented by an enum. These capabilities indicate what a surface can support, including `AUDIO_OUTPUT`, `SCREEN_OUTPUT`, and `MEDIA_RESPONSE_AUDIO` for various audio and visual functionalities. Other capabilities include `WEB_BROWSER` support, `ACCOUNT_LINKING`, `INTERACTIVE_CANVAS`, and `HOME_STORAGE` functionalities. `SURFACE_CAPABILITY_UNSPECIFIED` is designated for unknown or unspecified capabilities.\n"],null,["# SurfaceCapability\n\nPossible set of surface capabilities.\n\n| Enums ||\n|----------------------------------|----------------------------------------|\n| `SURFACE_CAPABILITY_UNSPECIFIED` | Unknown / Unspecified. |\n| `AUDIO_OUTPUT` | Surface supports audio output. |\n| `SCREEN_OUTPUT` | Surface supports screen/visual output. |\n| `MEDIA_RESPONSE_AUDIO` | Surface supports media response audio. |\n| `WEB_BROWSER` | Surface supports web browsers. |\n| `ACCOUNT_LINKING` | Surface supports account linking. |\n| `INTERACTIVE_CANVAS` | Surface supports Interactive Canvas. |\n| `HOME_STORAGE` | Surface supports home storage. |"]]