Constant USER_AGENT_OS_VERSION
pub const USER_AGENT_OS_VERSION: &'static str;
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"