All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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