!--a11y-->
Use
The value returned by the GET_USER_AGENT method represents the value of the HTTP request header USER-AGENT. This header is sent to the browser by a mobile device in every HTTP request and contains information on which browser type and browser version is used by the requesting device.
Example
For example, Ericsson’s mobile telephone R380 passes the character string R380 2.0 WAP1.1 to the Web server. This character string is used to uniquely identify the browser of the mobile device and therefore ensures that an instance of the implementation of the
IF_CLIENT_INFO interface can be filled with the properties of the requesting device. IF_CLIENT_INFO Interface