desktopUserAgents
+ List of desktop user agent strings
diff --git a/core-util/com.flixclusive.core.util.network.okhttp/-user-agent-manager/-companion/desktop-user-agents.html b/core-util/com.flixclusive.core.util.network.okhttp/-user-agent-manager/-companion/desktop-user-agents.html new file mode 100644 index 0000000..1b06688 --- /dev/null +++ b/core-util/com.flixclusive.core.util.network.okhttp/-user-agent-manager/-companion/desktop-user-agents.html @@ -0,0 +1,76 @@ + + +
+ +List of desktop user agent strings
Gets a random desktop user agent string.
A random desktop user agent string. If no desktop user agents are available, returns a default USER_AGENT.
Gets a random mobile user agent string.
A random mobile user agent string. If no mobile user agents are available, returns a default USER_AGENT.
Gets a random user agent string.
A random user agent string, either desktop or mobile. If no user agents are available, returns a default.
List of mobile user agent strings
Manages user agents for HTTP requests.
This class provides functionality to load and retrieve random user agent strings for both desktop and mobile platforms.
Loads the latest user agent strings from the remote source.
This method fetches the latest user agent strings from the predefined URL, parses the JSON response, and updates the desktop and mobile user agent lists.
Manages user agents for HTTP requests.