Share via


PolicyUpdateResult.ResultFailureStorageLimitReached 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 set by the admin has not been enforced because the local storage has reached its max limit.

[Android.Runtime.Register("RESULT_FAILURE_STORAGE_LIMIT_REACHED", 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 ResultFailureStorageLimitReached = 3;
[<Android.Runtime.Register("RESULT_FAILURE_STORAGE_LIMIT_REACHED", 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 ResultFailureStorageLimitReached : Android.App.Admin.PolicyUpdateResultCode

Field Value

Value = 3
Attributes

Remarks

Result code to indicate that the policy set by the admin has not been enforced because the local storage has reached its max limit.

The system will NOT try to automatically store and enforce this policy again.

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

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