| Interface | Description |
|---|---|
| PackageInstallerListener |
This interface is used by the application to listen to install/uninstall/upgrade
result event.
|
| Class | Description |
|---|---|
| AppManager |
AppManager gives developers the ability to manage installed apllications. |
| PackageInstaller |
PackageInstaller gives developers the ability to install, uninstall and
upgrade applications in unattended/silent mode. |
| PackageInstallerResult |
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. |
| PackageInstallerSession |
PackageInstallerSession gives developers the ability to group the execution of a sequence of install, uninstall and
upgrade commands. |
| Enum | Description |
|---|---|
| PackageInstallerEvent |
Enumerative representing the result event of the action requested to the SDK Package Installer.
|
| Exception | Description |
|---|---|
| AppManagerException |
This exception is used for AppManager related errors.
|
| PackageInstallerException |
This exception is used for installer related errors.
|