Click or drag to resize

PackageInstallerSession Methods

The PackageInstallerSession type exposes the following members.

Methods
  NameDescription
Public methodCloseSession
Call this method to execute the commands queued in the session.
Public methodInstall(IListString, Boolean)
Call this method to install the applications contained within the .apk files specified by apks.
Public methodInstall(String, Boolean)
Call this method to install the application contained within the .apk file specified by apk.
Public methodOnServiceConnected
To be added.
Public methodOnServiceDisconnected
To be added.
Public methodOpenSession
Call this method to start a session.
Public methodUninstall
Call this method to unistall an application installed on the device.
Public methodUpgrade
Call this method to upgrade an application installed on the device.
Top
See Also