Sprache

AppFunctionManager.AppFunctionStateDefault Feld

Definition

Achtung

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

Der Standardzustand der App-Funktion.

[Android.Runtime.Register("APP_FUNCTION_STATE_DEFAULT", 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 AppFunctionStateDefault = 0;
[<Android.Runtime.Register("APP_FUNCTION_STATE_DEFAULT", 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 AppFunctionStateDefault : Android.App.AppFunctions.AppFunctionState

Feldwert

Value = 0
Attribute

Hinweise

Der Standardzustand der App-Funktion. Rufen Sie diesen Aufruf #setAppFunctionEnabled auf, um den aktivierten Zustand auf den Standardwert zurückzusetzen.

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

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: