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: IosDeviceName | undefined;
iosVersion?: IosVersion | undefined;
screenOrientation?: ScreenOrientation | undefined;
};