-
Methods in org.robovm.libimobiledevice.binding that return InstProxyError
| Modifier and Type |
Method |
Description |
static InstProxyError |
LibIMobileDevice.instproxy_archive(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_browse(InstproxyClientRef client,
PlistRef client_options,
PlistRefOut result) |
|
static InstProxyError |
LibIMobileDevice.instproxy_browse_with_callback(InstproxyClientRef client,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_check_capabilities_match(InstproxyClientRef client,
StringArray capabilities,
PlistRef client_options,
PlistRefOut result) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_free(InstproxyClientRef client) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_get_path_for_bundle_identifier(InstproxyClientRef client,
java.lang.String bundle_id,
StringOut path) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_new(IDeviceRef device,
LockdowndServiceDescriptorStruct service,
InstproxyClientRefOut client) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_start_service(IDeviceRef device,
InstproxyClientRefOut client,
java.lang.String label) |
|
static InstProxyError |
LibIMobileDevice.instproxy_install(InstproxyClientRef client,
java.lang.String pkg_path,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_lookup(InstproxyClientRef client,
StringArray appids,
PlistRef client_options,
PlistRefOut result) |
|
static InstProxyError |
LibIMobileDevice.instproxy_lookup_archives(InstproxyClientRef client,
PlistRef client_options,
PlistRefOut result) |
|
static InstProxyError |
LibIMobileDevice.instproxy_remove_archive(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_restore(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_status_get_error(PlistRef status,
StringOut name,
StringOut description,
LongOut code) |
|
static InstProxyError |
LibIMobileDevice.instproxy_uninstall(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
LibIMobileDevice.instproxy_upgrade(InstproxyClientRef client,
java.lang.String pkg_path,
PlistRef client_options,
long status_cb,
int user_data) |
|
static InstProxyError |
InstProxyError.swigToEnum(int swigValue) |
|
static InstProxyError |
InstProxyError.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static InstProxyError[] |
InstProxyError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|