Langage

AppFunctionManager.AppFunctionStateDisabled 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 désactivée.

[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

Valeur de champ

Value = 2
Attributs

Remarques

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

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

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 à