Class UnknownDevice

Object
com.liferay.portal.kernel.mobile.device.BaseDevice
com.liferay.portal.kernel.mobile.device.UnknownDevice
All Implemented Interfaces:
Device, Serializable

public class UnknownDevice extends BaseDevice
Class represents unknown device
Author:
Milen Dyankov
See Also:
  • Method Details

    • getInstance

      public static UnknownDevice getInstance()
    • getBrand

      public String getBrand()
    • getBrowser

      public String getBrowser()
    • getBrowserVersion

      public String getBrowserVersion()
    • 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()