Langage

AppFunctionManager.AppFunctionStateDefault Champ

Définition

Attention

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

État par défaut de la fonction d’application.

[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

Valeur de champ

Value = 0
Attributs

Remarques

État par défaut de la fonction d’application. Appelez #setAppFunctionEnabled avec cela pour réinitialiser l’état activé à la valeur par défaut.

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

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 à