Langage

AppFunctionManager.AppFunctionStateEnabled Champ

Définition

Attention

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

La fonction d’application est activée.

[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

Valeur de champ

Value = 1
Attributs

Remarques

La fonction d’application est activée. Pour activer une fonction d’application, appelez #setAppFunctionEnabled avec cette valeur.

Java documentation pour android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_ENABLED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à