Langage

ProfilingTrigger.TriggerTypeKillRecents Champ

Définition

Attention

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

Le déclencheur se produit lorsqu’une application est tuée en raison de la suppression par l’utilisateur dans l’écran Récents.

[Android.Runtime.Register("TRIGGER_TYPE_KILL_RECENTS", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)]
public const Android.OS.ProfilingTriggerType TriggerTypeKillRecents = 5;
[<Android.Runtime.Register("TRIGGER_TYPE_KILL_RECENTS", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)>]
val mutable TriggerTypeKillRecents : Android.OS.ProfilingTriggerType

Valeur de champ

Value = 5
Attributs

Remarques

Le déclencheur se produit lorsqu’une application est tuée en raison de la suppression par l’utilisateur dans l’écran Récents.

Le système fournit un instantané d’une trace système en cours d’exécution en réponse à ce déclencheur.

Java documentation pour android.os.ProfilingTrigger.TRIGGER_TYPE_KILL_RECENTS.

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 à