Langage

ProfilingTrigger.TriggerTypeAppFullyDrawn 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 après Activity#reportFullyDrawn avoir été appelé pour un démarrage à froid.

[Android.Runtime.Register("TRIGGER_TYPE_APP_FULLY_DRAWN", 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 TriggerTypeAppFullyDrawn = 1;
[<Android.Runtime.Register("TRIGGER_TYPE_APP_FULLY_DRAWN", 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 TriggerTypeAppFullyDrawn : Android.OS.ProfilingTriggerType

Valeur de champ

Value = 1
Attributs

Remarques

Le déclencheur se produit après Activity#reportFullyDrawn avoir été appelé pour un démarrage à froid.

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_APP_FULLY_DRAWN.

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 à