PackageInstallerSessionOpenSession Method |
Namespace: Com.Datalogic.Device.App
Exception | Condition |
---|---|
PackageInstallerException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Call this method to start a session.
After this method, call the commands install, uninstall, upgrade to be executed.
The commands will be queued and executed only when the closeSession() method is called.
The commands will be executed in best effort.
The results of each command will be delivered in a unique ordered list through the [M:Com.Datalogic.Device.App.IPackageInstallerListener.OnResult(System.Collections.Generic.IList`1)]
method.