public class IosDeviceInfo extends Object implements IRenderingBrowserInfo
| Constructor and Description |
|---|
IosDeviceInfo(IosDeviceName deviceName) |
IosDeviceInfo(IosDeviceName deviceName,
IosVersion version) |
IosDeviceInfo(IosDeviceName deviceName,
ScreenOrientation screenOrientation) |
IosDeviceInfo(IosDeviceName deviceName,
ScreenOrientation screenOrientation,
IosVersion version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName() |
ScreenOrientation |
getScreenOrientation() |
RectangleSize |
getSize() |
IosVersion |
getVersion() |
String |
toString() |
public IosDeviceInfo(IosDeviceName deviceName)
public IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation)
public IosDeviceInfo(IosDeviceName deviceName, IosVersion version)
public IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)
public String getDeviceName()
public ScreenOrientation getScreenOrientation()
public IosVersion getVersion()
public RectangleSize getSize()
Copyright © 2022. All rights reserved.