Skip to main content

IOSDeviceInfo type

Objects of this type are used to configure the Ultrafast Grid to render checkpoint images.

iosDeviceInfo property

Syntax

obj = { iosDeviceInfo: value };

Type:

{
deviceName: IosDeviceNamePlain;
iosVersion?: IosVersionPlain;
screenOrientation?: ScreenOrientationPlain;
};

Type definitions

IosDeviceNamePlain

This type allows passing strings instead of enumerated values, for the list of enum values see IosDeviceName.

IosVersionPlain

This type allows passing strings instead of enumerated values, for the list of enum values see IosVersion.

ScreenOrientationPlain

This type allows passing strings instead of enumerated values, for the list of enum values see ScreenOrientation.