Language

PackageInstaller.UnarchivalState.CreateNoConnectivityState(Int32) Method

Definition

The device has no data connectivity and unarchival cannot be started for the given unarchiveId.

[Android.Runtime.Register("createNoConnectivityState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)]
public static Android.Content.PM.PackageInstaller.UnarchivalState CreateNoConnectivityState(int unarchiveId);
[<Android.Runtime.Register("createNoConnectivityState", "(I)Landroid/content/pm/PackageInstaller$UnarchivalState;", "", ApiSince=35)>]
static member CreateNoConnectivityState : 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 device has no data connectivity and unarchival cannot be started for the given unarchiveId.

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

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