Sprache

AppFunctionManager.AppFunctionStateDisabled Feld

Definition

Achtung

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

Die App-Funktion ist deaktiviert.

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

Feldwert

Value = 2
Attribute

Hinweise

Die App-Funktion ist deaktiviert. Um eine App-Funktion zu deaktivieren, rufen Sie #setAppFunctionEnabled diesen Wert auf.

Java Dokumentation für android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_DISABLED.

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: