ProfilingTrigger.TriggerTypeAppFullyDrawn Campo

Definición

Precaución

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

El desencadenador se produce después Activity#reportFullyDrawn de llamar a para un inicio en frío.

[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

Valor de campo

Value = 1
Atributos

Comentarios

El desencadenador se produce después Activity#reportFullyDrawn de llamar a para un inicio en frío.

El sistema proporcionará una instantánea de un seguimiento del sistema en ejecución en respuesta a este desencadenador.

Java documentación para android.os.ProfilingTrigger.TRIGGER_TYPE_APP_FULLY_DRAWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a