התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
SurfaceCapability
קבוצה אפשרית של יכולות שטח.
טיפוסים בני מנייה (enum) |
SURFACE_CAPABILITY_UNSPECIFIED |
לא ידוע / לא צוין. |
AUDIO_OUTPUT |
המשטח תומך בפלט אודיו. |
SCREEN_OUTPUT |
המשטח תומך בפלט מסך/ויזואלי. |
MEDIA_RESPONSE_AUDIO |
פני השטח תומכים באודיו של תגובות מדיה. |
WEB_BROWSER |
המשטח נתמך בדפדפני אינטרנט. |
ACCOUNT_LINKING |
פלטפורמת Surface תומכת בקישור חשבונות. |
INTERACTIVE_CANVAS |
הפלטפורמה תומכת בבד אינטראקטיבי אינטראקטיבי. |
HOME_STORAGE |
המשטח תומך באחסון ביתי. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-05-16 (שעון UTC).
[null,null,["עדכון אחרון: 2023-05-16 (שעון UTC)."],[[["This document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing."],["These surface capabilities are represented by enums, each with a specific meaning like `AUDIO_OUTPUT` indicating the device has audio output capabilities."],["Developers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly."]]],["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"]]