USER_AGENT_OS_VERSION

Constant USER_AGENT_OS_VERSION 

Source
pub const USER_AGENT_OS_VERSION: &str = "user_agent.os.version";
Expand description

The version string of the operating system as defined in Version Attributes.

§Notes

For mapping user agent strings to OS versions, libraries such as ua-parser can be utilized.

§Examples

  • "14.2.1"
  • "18.04.1"