PackageInstaller.UnarchivalState.CreateOkState(Int32) 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.
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.