Language

PackageInstaller.ReportUnarchivalState Method

Definition

Reports the state of an unarchival to the system.

[Android.Runtime.Register("reportUnarchivalState", "(Landroid/content/pm/PackageInstaller$UnarchivalState;)V", "GetReportUnarchivalState_Landroid_content_pm_PackageInstaller_UnarchivalState_Handler", ApiSince=35)]
public virtual void ReportUnarchivalState(Android.Content.PM.PackageInstaller.UnarchivalState unarchivalState);
[<Android.Runtime.Register("reportUnarchivalState", "(Landroid/content/pm/PackageInstaller$UnarchivalState;)V", "GetReportUnarchivalState_Landroid_content_pm_PackageInstaller_UnarchivalState_Handler", ApiSince=35)>]
abstract member ReportUnarchivalState : Android.Content.PM.PackageInstaller.UnarchivalState -> unit
override this.ReportUnarchivalState : Android.Content.PM.PackageInstaller.UnarchivalState -> unit

Parameters

Attributes

Remarks

Reports the state of an unarchival to the system. Requires Manifest.permission.INSTALL_PACKAGES or Manifest.permission.REQUEST_INSTALL_PACKAGES

Android reference for android.content.pm.PackageInstaller.reportUnarchivalState.

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