LauncherApps.UnregisterPackageInstallerSessionCallback Method

Definition

Unregisters a callback that was previously registered.

[Android.Runtime.Register("unregisterPackageInstallerSessionCallback", "(Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetUnregisterPackageInstallerSessionCallback_Landroid_content_pm_PackageInstaller_SessionCallback_Handler", ApiSince=29)]
public virtual void UnregisterPackageInstallerSessionCallback (Android.Content.PM.PackageInstaller.SessionCallback callback);
[<Android.Runtime.Register("unregisterPackageInstallerSessionCallback", "(Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetUnregisterPackageInstallerSessionCallback_Landroid_content_pm_PackageInstaller_SessionCallback_Handler", ApiSince=29)>]
abstract member UnregisterPackageInstallerSessionCallback : Android.Content.PM.PackageInstaller.SessionCallback -> unit
override this.UnregisterPackageInstallerSessionCallback : Android.Content.PM.PackageInstaller.SessionCallback -> unit

Parameters

callback
PackageInstaller.SessionCallback

The callback to unregister.

Attributes

Remarks

Java documentation for android.content.pm.LauncherApps.unregisterPackageInstallerSessionCallback(android.content.pm.SessionCallback).

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