PackageInstaller.ReportUnarchivalState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- unarchivalState
- PackageInstaller.UnarchivalState
- 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.