Android.Content.PM.PackageInstaller: Method Members

The methods of Android.Content.PM.PackageInstaller are listed below. For a list of all members, see the PackageInstaller Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AbandonSession(int)
Completely abandon the given session, destroying all staged data and rendering it invalid.
CreateSession(PackageInstaller.SessionParams) : int
Create a new session using the given parameters, returning a unique ID that represents the session.
GetSessionInfo(int) : PackageInstaller.SessionInfo
Return details for a specific session.
OpenSession(int) : PackageInstaller.Session
Open an existing session to actively perform work.
RegisterSessionCallback(PackageInstaller.SessionCallback)
Register to watch for session lifecycle events.
RegisterSessionCallback(PackageInstaller.SessionCallback, Android.OS.Handler)
Register to watch for session lifecycle events.
Uninstall(string, Android.Content.IntentSender)
Uninstall the given package, removing it completely from the device.
UnregisterSessionCallback(PackageInstaller.SessionCallback)
Unregister a previously registered callback.
UpdateSessionAppIcon(int, Android.Graphics.Bitmap)
Update the icon representing the app being installed in a specific session.
UpdateSessionAppLabel(int, Java.Lang.ICharSequence)
Update the label representing the app being installed in a specific session.
UpdateSessionAppLabel(int, string)
Documentation for this section has not yet been entered.