SystemUpdatePolicy.ValidationFailedException.ErrorUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Admin.SystemUpdatePolicyErrorCode enum directly instead of this field.

[Android.Runtime.Register("ERROR_UNKNOWN", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SystemUpdatePolicyErrorCode enum directly instead of this field.", true)]
public const Android.App.Admin.SystemUpdatePolicyErrorCode ErrorUnknown = 1;
[<Android.Runtime.Register("ERROR_UNKNOWN", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SystemUpdatePolicyErrorCode enum directly instead of this field.", true)>]
val mutable ErrorUnknown : Android.App.Admin.SystemUpdatePolicyErrorCode

Field Value

SystemUpdatePolicyErrorCode

Implements

Attributes

Applies to