Click or drag to resize

PackageInstallerSession Methods

The PackageInstallerSession type exposes the following members.

Methods
NameDescription
Public method CloseSession
Call this method to execute the commands queued in the session.
Public method Install
Call this method to install the application contained within the .
Public method Install
Call this method to install the application contained within the .
Public method OnServiceConnected
Callback implemented to receive the asynchronous result of the bindService request.
Public method OnServiceDisconnected
Callback implemented to receive the notify that the bind to the service is lost due to a crash of the service.
Public method OpenSession
Call this method to start a session.
Public method Uninstall
Call this method to unistall an application installed on the device.
Public method Upgrade
Call this method to upgrade an application installed on the device.
Top Top
See Also