TelemetryApplicationType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
TELEMETRY_APPLICATION_TYPE_UNSPECIFIED |
アプリケーションの種類が不明です。 |
APPLICATION_TYPE_ARC |
アプリケーションの種類が arc(Android アプリ)の場合。 |
APPLICATION_TYPE_BUILT_IN |
非推奨です。この値は使用されなくなりました。アプリケーション タイプ: 組み込み。 |
APPLICATION_TYPE_CROSTINI |
アプリケーションの種類は Linux(Crostini 経由)。 |
APPLICATION_TYPE_CHROME_APP |
アプリケーションの種類は Chrome アプリです。 |
APPLICATION_TYPE_WEB |
アプリケーションの種類はウェブです。 |
APPLICATION_TYPE_MAC_OS |
アプリケーションの種類は Mac OS です。 |
APPLICATION_TYPE_PLUGIN_VM |
アプリケーション タイプは 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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\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. |"]]