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() |
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()
Copyright © 2021. All rights reserved.