AppFunctionManager.AppFunctionStateDisabled Campo

Definizione

Attenzione

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

La funzione dell'app è disabilitata.

[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

Valore del campo

Value = 2
Attributi

Commenti

La funzione dell'app è disabilitata. Per disabilitare una funzione dell'app, chiamare #setAppFunctionEnabled con questo valore.

per android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_DISABLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a