AppFunctionManager.AppFunctionStateDefault Campo

Definizione

Attenzione

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

Stato predefinito della funzione dell'app.

[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

Valore del campo

Value = 0
Attributi

Commenti

Stato predefinito della funzione dell'app. Chiamare #setAppFunctionEnabled con questa opzione per reimpostare lo stato abilitato sul valore predefinito.

per android.app.appfunctions.AppFunctionManager.APP_FUNCTION_STATE_DEFAULT.

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