Share via


PolicyUpdateResult.ResultFailureUnknown Field

Definition

Caution

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

Result code to indicate that the policy has not been enforced or has changed for an unknown reason.

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

Field Value

Value = -1
Attributes

Remarks

Result code to indicate that the policy has not been enforced or has changed for an unknown reason.

Java documentation for android.app.admin.PolicyUpdateResult.RESULT_FAILURE_UNKNOWN.

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