![JAR search and dependency download from the Maven repository](/logo.png)
com.rathravane.drumlin.app.userAgents.devices.device Maven / Gradle / Ivy
package com.rathravane.drumlin.app.userAgents.devices;
public interface device
{
String getName ();
String getVersion ();
screenInfo getScreenInfo ();
String getOsName ();
String getOsVersion ();
boolean isMobile ();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy