Class IOSDeviceLaunchParameters

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

public class IOSDeviceLaunchParameters
extends LaunchParameters
LaunchParameters implementation used by IOSTarget when launching on device. Also used to receive the remote app path from a device.
  • Constructor Details

    • IOSDeviceLaunchParameters

      public IOSDeviceLaunchParameters()
  • Method Details

    • getDeviceId

      public String getDeviceId()
    • setDeviceId

      public void setDeviceId​(String deviceId)
    • getForwardPort

      public int getForwardPort()
    • setForwardPort

      public void setForwardPort​(int forwardPort)
    • getAppPathCallback

      public AppLauncherCallback getAppPathCallback()
    • setAppLauncherCallback

      public void setAppLauncherCallback​(AppLauncherCallback appPathCallback)