public interface Device
Modifier and Type | Method and Description |
---|---|
default DevicePlatform |
getDevicePlatform() |
default boolean |
isMobile()
True if this device is a mobile device such as an Apple iPhone or an Nexus One Android.
|
default boolean |
isNormal()
True if this device is not a mobile or tablet device.
|
default boolean |
isTablet()
True if this device is a tablet device such as an Apple iPad or a Motorola Xoom.
|
default boolean isNormal()
default boolean isMobile()
default boolean isTablet()
default DevicePlatform getDevicePlatform()