com.liferay.portal.kernel.mobile.device
Class UnknownDevice
java.lang.Object
com.liferay.portal.kernel.mobile.device.AbstractDevice
com.liferay.portal.kernel.mobile.device.UnknownDevice
- All Implemented Interfaces:
- Device, Serializable
public class UnknownDevice
- extends AbstractDevice
Class represents unknown device
- See Also:
- Serialized Form
getInstance
public static UnknownDevice getInstance()
getBrand
public String getBrand()
getBrowser
public String getBrowser()
getBrowserVersion
public String getBrowserVersion()
getCapabilities
public Map<String,Capability> getCapabilities()
getCapability
public String getCapability(String name)
getModel
public String getModel()
getOS
public String getOS()
getOSVersion
public String getOSVersion()
getPointingMethod
public String getPointingMethod()
getScreenPhysicalSize
public Dimensions getScreenPhysicalSize()
getScreenResolution
public Dimensions getScreenResolution()
hasQwertyKeyboard
public boolean hasQwertyKeyboard()
isTablet
public boolean isTablet()