Uses of Interface
org.robovm.libimobiledevice.AfcClient.UploadProgressCallback
| Package | Description |
|---|---|
| org.robovm.libimobiledevice | |
| org.robovm.libimobiledevice.util |
-
Uses of AfcClient.UploadProgressCallback in org.robovm.libimobiledevice
Methods in org.robovm.libimobiledevice with parameters of type AfcClient.UploadProgressCallback Modifier and Type Method Description voidAfcClient. upload(java.io.File localFile, java.lang.String targetPath, AfcClient.UploadProgressCallback callback)Uploads a local file or directory to the device. -
Uses of AfcClient.UploadProgressCallback in org.robovm.libimobiledevice.util
Methods in org.robovm.libimobiledevice.util with parameters of type AfcClient.UploadProgressCallback Modifier and Type Method Description AppLauncherAppLauncher. uploadProgressCallback(AfcClient.UploadProgressCallback callback)Sets anAfcClient.UploadProgressCallbackwhich will be used to report the progress when the app is uploaded to the device.