Udostępnij za pośrednictwem


PackageInstaller.UnarchivalOk Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.

The unarchival is possible and will commence.

[Android.Runtime.Register("UNARCHIVAL_OK", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.", true)]
public const Android.Content.PM.PackageInstallerUnarchival UnarchivalOk = 0;
[<Android.Runtime.Register("UNARCHIVAL_OK", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.", true)>]
val mutable UnarchivalOk : Android.Content.PM.PackageInstallerUnarchival

Field Value

Value = 0
Attributes

Remarks

The unarchival is possible and will commence.

Note that this does not mean that the unarchival has completed. This status should be sent before any longer asynchronous action (e.g. app download) is started.

Java documentation for android.content.pm.PackageInstaller.UNARCHIVAL_OK.

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