PackageInstallerResult Class |
PackageInstallerResult
PackageInstallerListener.onResult(java.util.List<com.datalogic.device.app.PackageInstallerResult>)
The PackageInstallerResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | PackageInstallerResult | Initializes a new instance of the PackageInstallerResult class |
Name | Description | |
---|---|---|
![]() | Data | data application to be installed/upgraded/uninstalled. |
![]() | Event | event type of the event, value from PackageInstallerEvent . |
![]() | JniPeerMembers | To be added. |
![]() | Result | result result of the command, value matching one of the PackageInstallerException error constants. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
PackageInstallerResult
is the base element of the List passed by
PackageInstallerListener.onResult(java.util.List<com.datalogic.device.app.PackageInstallerResult>)
to retrieve the result of
operations of install/uninstall/upgrade.