Click or drag to resize

MobileDeviceServices Methods


The MobileDeviceServices type exposes the following members.

Methods
  Name Description
Public method CreateDeviceBundle Creates a new Device Bundle. Will throw error if another Device Bundle with the same name already exists.
Public method DeleteDeviceBundle Deletes a Device Bundle that matches the given Bundle name. Will return error state if Bundle doesn't exist.
Public method GetDevicesInformation Retrieves the list of Mobile Devices emulation entries and status
Public method SetEnabled Toggles the Mobile Devices Emulation on or off.
Public method UpdateDeviceBundle Updates an existing Device Bundle information, including Bundle name, Devices coverred, and representative Device. Will return error state if Bundle doesn't exist.
Public method 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.
Top
See Also