The information in this topic may be out of date. The current SDK reference guide has moved here.
iosDeviceInfo property
Create an object that can be used to configure the Ultrafast Grid to render checkpoints by running a Safari browser on an iOS simulator.
Syntax
obj = { iosDeviceInfo: value };
Type:{
deviceName: IosDeviceName | undefined;
iosVersion?: IosVersion | undefined;
screenOrientation?: ScreenOrientation | undefined;
};