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