TelemetryApplicationType

  • The Telemetry Application Type is used to categorize the type of application for which telemetry data is being collected.

  • It 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.

  • Each application type is represented by a specific enum value, such as APPLICATION_TYPE_ARC for Android apps or APPLICATION_TYPE_WEB for web apps.

  • This categorization helps in understanding the source and context of telemetry data.

  • Newer application types like Lacros, Borealis, and Bruschetta are also included.

Telemetry application type.

Enums
TELEMETRY_APPLICATION_TYPE_UNSPECIFIED Application type unknown.
APPLICATION_TYPE_ARC Application type arc (Android app).
APPLICATION_TYPE_BUILT_IN

Deprecated. This value is no longer used. Application type built-in.

APPLICATION_TYPE_CROSTINI Application type Linux (via Crostini).
APPLICATION_TYPE_CHROME_APP Application type Chrome app.
APPLICATION_TYPE_WEB Application type web.
APPLICATION_TYPE_MAC_OS Application type Mac OS.
APPLICATION_TYPE_PLUGIN_VM Application type Plugin VM.
APPLICATION_TYPE_STANDALONE_BROWSER

Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).

APPLICATION_TYPE_REMOTE Application type remote.
APPLICATION_TYPE_BOREALIS Application type borealis.
APPLICATION_TYPE_SYSTEM_WEB Application type system web.
APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP

Deprecated. This value is no longer used. Application type standalone browser chrome app.

APPLICATION_TYPE_EXTENSION Application type extension.
APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION

Deprecated. This value is no longer used. Application type standalone browser extension.

APPLICATION_TYPE_BRUSCHETTA Application type bruschetta.