Language

PackageInstaller.UnarchivalState.CreateGenericErrorState(Int32) Method

Definition

Generic error state for all cases that are not covered by other methods in this class.

[Android.Runtime.Register("createGenericErrorState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)]
public static Android.Content.PM.PackageInstaller.UnarchivalState CreateGenericErrorState(int unarchiveId);
[<Android.Runtime.Register("createGenericErrorState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)>]
static member CreateGenericErrorState : int -> Android.Content.PM.PackageInstaller.UnarchivalState

Parameters

unarchiveId
Int32

the ID provided by the system as part of the intent.action.UNARCHIVE broadcast with EXTRA_UNARCHIVE_ID.

Returns

Attributes

Remarks

Generic error state for all cases that are not covered by other methods in this class.

Android reference for android.content.pm.PackageInstaller.UnarchivalState.createGenericErrorState.

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