AppFunctionException.ErrorEnterprisePolicyDisallowed Feld

Definition

Achtung

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

Der Vorgang wurde von der Unternehmensrichtlinie nicht zugelassen.

[Android.Runtime.Register("ERROR_ENTERPRISE_POLICY_DISALLOWED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorEnterprisePolicyDisallowed = 2002;
[<Android.Runtime.Register("ERROR_ENTERPRISE_POLICY_DISALLOWED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorEnterprisePolicyDisallowed : Android.App.AppFunctions.AppFunctionError

Feldwert

Value = 2002

Implementiert

Attribute

Hinweise

Der Vorgang wurde von der Unternehmensrichtlinie nicht zugelassen.

Dieser Fehler befindet sich in der #ERROR_CATEGORY_SYSTEM Kategorie.

Java Dokumentation für android.app.appfunctions.AppFunctionException.ERROR_ENTERPRISE_POLICY_DISALLOWED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: