LauncherApps.StartPackageInstallerSessionDetailsActivity Method

Definition

Starts an activity to show the details of the specified session.

[Android.Runtime.Register("startPackageInstallerSessionDetailsActivity", "(Landroid/content/pm/PackageInstaller$SessionInfo;Landroid/graphics/Rect;Landroid/os/Bundle;)V", "GetStartPackageInstallerSessionDetailsActivity_Landroid_content_pm_PackageInstaller_SessionInfo_Landroid_graphics_Rect_Landroid_os_Bundle_Handler", ApiSince=29)]
public virtual void StartPackageInstallerSessionDetailsActivity (Android.Content.PM.PackageInstaller.SessionInfo sessionInfo, Android.Graphics.Rect? sourceBounds, Android.OS.Bundle? opts);
[<Android.Runtime.Register("startPackageInstallerSessionDetailsActivity", "(Landroid/content/pm/PackageInstaller$SessionInfo;Landroid/graphics/Rect;Landroid/os/Bundle;)V", "GetStartPackageInstallerSessionDetailsActivity_Landroid_content_pm_PackageInstaller_SessionInfo_Landroid_graphics_Rect_Landroid_os_Bundle_Handler", ApiSince=29)>]
abstract member StartPackageInstallerSessionDetailsActivity : Android.Content.PM.PackageInstaller.SessionInfo * Android.Graphics.Rect * Android.OS.Bundle -> unit
override this.StartPackageInstallerSessionDetailsActivity : Android.Content.PM.PackageInstaller.SessionInfo * Android.Graphics.Rect * Android.OS.Bundle -> unit

Parameters

sessionInfo
PackageInstaller.SessionInfo

The SessionInfo of the session

sourceBounds
Rect

The Rect containing the source bounds of the clicked icon

opts
Bundle

Options to pass to startActivity

Attributes

Remarks

Java documentation for android.content.pm.LauncherApps.startPackageInstallerSessionDetailsActivity(android.content.pm.SessionInfo, android.graphics.Rect, android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to