Package org.robovm.libimobiledevice.util
Interface AppLauncherCallback
public interface AppLauncherCallback
Can be set on
AppLauncher so it returns the remote app path, product
version and build version after the application has been deployed to the device.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppLauncherCallback.AppLauncherInfo -
Method Summary
Modifier and Type Method Description byte[]filterOutput(byte[] data)voidsetAppLaunchInfo(AppLauncherCallback.AppLauncherInfo info)
-
Method Details
-
setAppLaunchInfo
-
filterOutput
byte[] filterOutput(byte[] data)
-