Idioma

AnrTypes.AnrTypeInputDispatch Campo

Definição

Cuidado

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

O aplicativo demorou muito para responder a um evento de entrada.

[Android.Runtime.Register("ANR_TYPE_INPUT_DISPATCH", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)]
public const Android.App.AnrType AnrTypeInputDispatch = 2;
[<Android.Runtime.Register("ANR_TYPE_INPUT_DISPATCH", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AnrType enum directly instead of this field.", true)>]
val mutable AnrTypeInputDispatch : Android.App.AnrType

Valor do campo

Value = 2
Atributos

Comentários

O aplicativo demorou muito para responder a um evento de entrada.

Referência do Android para android.app.AnrTypes.ANR_TYPE_INPUT_DISPATCH.

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