Share via


PackageInstaller.StatusFailureTimeout Field

Definition

Caution

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

The operation failed because it didn't complete within the specified timeout.

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

Field Value

Value = 8
Attributes

Remarks

The operation failed because it didn't complete within the specified timeout.

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

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