java.lang.Object | |
↳ | com.datalogic.device.app.PackageInstallerResult |
PackageInstallerResult
is the base element of the List passed by
onResult(List
to retrieve the result of
operations of install/uninstall/upgrade.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
data | data application to be installed/upgraded/uninstalled. |
||||||||||
event | event type of the event, value from PackageInstallerEvent . |
||||||||||
result | result result of the command, value matching one of the PackageInstallerException error constants. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
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.
event
type of the event, value from PackageInstallerEvent
.
result
result of the command, value matching one of the PackageInstallerException
error constants.