Class IOSSimulatorLaunchParameters

java.lang.Object
org.robovm.compiler.target.LaunchParameters
org.robovm.compiler.target.ios.IOSSimulatorLaunchParameters

public class IOSSimulatorLaunchParameters
extends LaunchParameters
LaunchParameters implementation used by IOSTarget when launching on the simulator.
  • Constructor Details

    • IOSSimulatorLaunchParameters

      public IOSSimulatorLaunchParameters()
  • Method Details

    • getDeviceType

      public DeviceType getDeviceType()
    • setDeviceType

      public void setDeviceType​(DeviceType type)
    • getPairedWatchAppName

      public String getPairedWatchAppName()
    • setPairedWatchAppName

      public void setPairedWatchAppName​(String pairedWatchAppName)