public class

PackageInstallerResult

extends Object
java.lang.Object
   ↳ com.datalogic.device.app.PackageInstallerResult

Class Overview

PackageInstallerResult is the base element of the List passed by onResult(List) to retrieve the result of operations of install/uninstall/upgrade.

Summary

Fields
public String data data application to be installed/upgraded/uninstalled.
public PackageInstallerEvent event event type of the event, value from PackageInstallerEvent.
public int result result result of the command, value matching one of the PackageInstallerException error constants.
Public Constructors
PackageInstallerResult()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String data

Added in revision 25

data application to be installed/upgraded/uninstalled. For install and upgrade is full path of the .apk. For uninstall is the name of the component.

public PackageInstallerEvent event

Added in revision 25

event type of the event, value from PackageInstallerEvent.

public int result

Added in revision 25

result result of the command, value matching one of the PackageInstallerException error constants.

Public Constructors

public PackageInstallerResult ()

Added in revision 25