Uses of Class
org.robovm.libimobiledevice.IDevice
| Package | Description |
|---|---|
| org.robovm.libimobiledevice | |
| org.robovm.libimobiledevice.util |
-
Uses of IDevice in org.robovm.libimobiledevice
Constructors in org.robovm.libimobiledevice with parameters of type IDevice Constructor Description AfcClient(IDevice device, LockdowndServiceDescriptor service)Creates a newAfcClientand makes a connection to thecom.apple.afcservice on the device.DebugServerClient(IDevice device, java.lang.String label)Creates a newDebugServerClientfor the specifiedIDevice.DebugServerClient(IDevice device, LockdowndServiceDescriptorStruct descriptor)Creates a newDebugServerClientfor the specifiedIDevice.DebugServerClient(IDevice device, LockdowndServiceDescriptor descriptor)Creates a newDebugServerClientfor the specifiedIDevice.InstallationProxyClient(IDevice device, LockdowndServiceDescriptor service)Creates a newInstallationProxyClientand makes a connection to thecom.apple.mobile.installation_proxyservice on the device.LockdowndClient(IDevice device, java.lang.String label, boolean handshake)Creates a newLockdowndClientfor the specifiedIDevice.MobileImageMounterClient(IDevice device, LockdowndServiceDescriptor service)Creates a newMobileImageMounterClientand makes a connection to thecom.apple.mobile.mobile_image_mounterservice on the device. -
Uses of IDevice in org.robovm.libimobiledevice.util
Methods in org.robovm.libimobiledevice.util that return IDevice Modifier and Type Method Description IDeviceAppLauncherCallback.AppLauncherInfo. getDevice()Constructors in org.robovm.libimobiledevice.util with parameters of type IDevice Constructor Description AppLauncher(IDevice device, java.io.File localAppPath)Creates a newAppLauncherwhich will install the app from the specified IPA file or app bundle dir and launch it.AppLauncher(IDevice device, java.lang.String appId)Creates a newAppLauncherwhich will launch an already installed app with the specified id.AppLauncherInfo(IDevice device, java.lang.String remoteAppPath, java.lang.String productVersion, java.lang.String buildVersion)