SurfaceCapability
Stay organized with collections
Save and categorize content based on your preferences.
Possible set of surface capabilities.
Enums |
SURFACE_CAPABILITY_UNSPECIFIED |
Unknown / Unspecified. |
AUDIO_OUTPUT |
Surface supports audio output. |
SCREEN_OUTPUT |
Surface supports screen/visual output. |
MEDIA_RESPONSE_AUDIO |
Surface supports media response audio. |
WEB_BROWSER |
Surface supports web browsers. |
ACCOUNT_LINKING |
Surface supports account linking. |
INTERACTIVE_CANVAS |
Surface supports Interactive Canvas. |
HOME_STORAGE |
Surface supports home storage. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\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. |"]]