The members of Android.Content.PM.PackageInstaller are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionSessionDetails | string. Activity Action: Show details about a particular install session. |
const | ExtraOtherPackageName | string. Another package name relevant to a status. |
const | ExtraPackageName | string. Package name that an operation is working with. |
const | ExtraSessionId | string. An integer session ID that an operation is working with. |
const | ExtraStatus | string. Current status of an operation. |
const | ExtraStatusMessage | string. Detailed string representation of the status, including raw details that are useful for debugging. |
const | ExtraStoragePath | string. Storage path relevant to a status. |
[read-only] | AllSessions | IList<PackageInstaller.SessionInfo>. Return list of all known install sessions, regardless of the installer. |
[read-only] | MySessions | IList<PackageInstaller.SessionInfo>. Return list of all known install sessions owned by the calling app. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AbandonSession(int)Completely abandon the given session, destroying all staged data and rendering it invalid. | ||
CreateSession(PackageInstaller.SessionParams)Create a new session using the given parameters, returning a unique ID that represents the session. | ||
GetSessionInfo(int)Return details for a specific session. | ||
OpenSession(int)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. |