ActivityManager.RunningAppProcessInfo.ImportanceForeground Campo

Definizione

Attenzione

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

Costante per #importance: questo processo esegue l'interfaccia utente in primo piano, ovvero è l'elemento attualmente nella parte superiore della schermata con cui l'utente interagisce.

[Android.Runtime.Register("IMPORTANCE_FOREGROUND")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)]
public const Android.App.Importance ImportanceForeground = 100;
[<Android.Runtime.Register("IMPORTANCE_FOREGROUND")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceForeground : Android.App.Importance

Valore del campo

Value = 100

Implementazioni

Attributi

Commenti

Costante per #importance: questo processo esegue l'interfaccia utente in primo piano, ovvero è l'elemento attualmente nella parte superiore della schermata con cui l'utente interagisce.

per android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND.

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