Language

PackageInstaller.UnarchivalState.CreateOkState(Int32) Method

Definition

The caller is able to facilitate the unarchival for the given unarchiveId.

[Android.Runtime.Register("createOkState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)]
public static Android.Content.PM.PackageInstaller.UnarchivalState CreateOkState(int unarchiveId);
[<Android.Runtime.Register("createOkState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)>]
static member CreateOkState : 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

The caller is able to facilitate the unarchival for the given unarchiveId.

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

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