Sprache

AppFunctionManager.AppFunctionStateEnabled 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 aktiviert.

[Android.Runtime.Register("APP_FUNCTION_STATE_ENABLED", 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 AppFunctionStateEnabled = 1;
[<Android.Runtime.Register("APP_FUNCTION_STATE_ENABLED", 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 AppFunctionStateEnabled : Android.App.AppFunctions.AppFunctionState

Feldwert

Value = 1
Attribute

Hinweise

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

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

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: