MobileDeviceServices Class |
Namespace: IngeniuxCMService
The MobileDeviceServices type exposes the following members.
Name | Description | |
---|---|---|
MobileDeviceServices | Initializes a new instance of the MobileDeviceServices class |
Name | Description | |
---|---|---|
CreateDeviceBundle |
Creates a new Device Bundle. Will throw error if another Device Bundle with the same name already exists.
| |
DeleteDeviceBundle |
Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.
| |
GetDevicesInformation |
Retrieves the list of Mobile Devices emulation entries and status
| |
SetEnabled |
Toggles the Mobile Devices Emulation on or off.
| |
UpdateDeviceBundle |
Updates an existing Device Bundle information, including Bundle name, Devices coverred, and representative Device.
Will return error state if Bundle doesn't exist.
| |
UpdateGenericDevice |
Updates Generic Device information. Generic Device is the fall back emulation for all mobile devices that can be detected as mobile, but cannot obtain the resolution information.
Setting up the resolution for Generic Device will allow testing of Preview on these unknown mobile devices.
|