ProfilingTrigger.TriggerTypeKillRecents Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.