ProfilingTrigger.TriggerTypeAppFullyDrawn Campo

Definição

Cuidado

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

O gatilho ocorre depois Activity#reportFullyDrawn de ser chamado para um início frio.

[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 do campo

Value = 1
Atributos

Comentários

O gatilho ocorre depois Activity#reportFullyDrawn de ser chamado para um início frio.

O sistema fornecerá um instantâneo de um rastreamento do sistema em execução em resposta a esse gatilho.

Java documentação para android.os.ProfilingTrigger.TRIGGER_TYPE_APP_FULLY_DRAWN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a