TelemetryApplicationType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
TELEMETRY_APPLICATION_TYPE_UNSPECIFIED |
应用类型未知。 |
APPLICATION_TYPE_ARC |
应用类型弧线(Android 应用)。 |
APPLICATION_TYPE_BUILT_IN |
已弃用。此值已不再使用。应用类型为内置。 |
APPLICATION_TYPE_CROSTINI |
应用类型:Linux(通过 Crostini)。 |
APPLICATION_TYPE_CHROME_APP |
应用类型为 Chrome 应用。 |
APPLICATION_TYPE_WEB |
应用类型为 Web。 |
APPLICATION_TYPE_MAC_OS |
应用类型为 Mac OS。 |
APPLICATION_TYPE_PLUGIN_VM |
应用类型为插件虚拟机。 |
APPLICATION_TYPE_STANDALONE_BROWSER |
已弃用。此值已不再使用。应用类型:独立浏览器(Lacros 浏览器应用)。 |
APPLICATION_TYPE_REMOTE |
应用类型为远程。 |
APPLICATION_TYPE_BOREALIS |
应用类型 borealis。 |
APPLICATION_TYPE_SYSTEM_WEB |
应用类型为系统网站。 |
APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP |
已弃用。此值已不再使用。应用类型:独立式浏览器 Chrome 应用。 |
APPLICATION_TYPE_EXTENSION |
应用类型扩展。 |
APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION |
已弃用。此值已不再使用。应用类型:独立的浏览器扩展程序。 |
APPLICATION_TYPE_BRUSCHETTA |
应用类型为 bruschetta。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe Telemetry Application Type is used to categorize the type of application for which telemetry data is being collected.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a variety of application types, such as Android apps, built-in apps, Linux apps (via Crostini), Chrome apps, web apps, Mac OS apps, and more.\u003c/p\u003e\n"],["\u003cp\u003eEach application type is represented by a specific enum value, such as \u003ccode\u003eAPPLICATION_TYPE_ARC\u003c/code\u003e for Android apps or \u003ccode\u003eAPPLICATION_TYPE_WEB\u003c/code\u003e for web apps.\u003c/p\u003e\n"],["\u003cp\u003eThis categorization helps in understanding the source and context of telemetry data.\u003c/p\u003e\n"],["\u003cp\u003eNewer application types like Lacros, Borealis, and Bruschetta are also included.\u003c/p\u003e\n"]]],[],null,["# TelemetryApplicationType\n\nTelemetry application type.\n\n| Enums ||\n|--------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `TELEMETRY_APPLICATION_TYPE_UNSPECIFIED` | Application type unknown. |\n| `APPLICATION_TYPE_ARC` | Application type arc (Android app). |\n| `APPLICATION_TYPE_BUILT_IN` | Deprecated. This value is no longer used. Application type built-in. | This item is deprecated! |\n| `APPLICATION_TYPE_CROSTINI` | Application type Linux (via Crostini). |\n| `APPLICATION_TYPE_CHROME_APP` | Application type Chrome app. |\n| `APPLICATION_TYPE_WEB` | Application type web. |\n| `APPLICATION_TYPE_MAC_OS` | Application type Mac OS. |\n| `APPLICATION_TYPE_PLUGIN_VM` | Application type Plugin VM. |\n| `APPLICATION_TYPE_STANDALONE_BROWSER` | Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app). | This item is deprecated! |\n| `APPLICATION_TYPE_REMOTE` | Application type remote. |\n| `APPLICATION_TYPE_BOREALIS` | Application type borealis. |\n| `APPLICATION_TYPE_SYSTEM_WEB` | Application type system web. |\n| `APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP` | Deprecated. This value is no longer used. Application type standalone browser chrome app. | This item is deprecated! |\n| `APPLICATION_TYPE_EXTENSION` | Application type extension. |\n| `APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION` | Deprecated. This value is no longer used. Application type standalone browser extension. | This item is deprecated! |\n| `APPLICATION_TYPE_BRUSCHETTA` | Application type bruschetta. |"]]