Langue

AnrTypes.AnrTypeAppTriggered Champ

Définition

Attention

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

L’application elle-même en raison de sa propre logique interne ou de son comportement a déclenché un ANR.

[Android.Runtime.Register("ANR_TYPE_APP_TRIGGERED", 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 AnrTypeAppTriggered = 7;
[<Android.Runtime.Register("ANR_TYPE_APP_TRIGGERED", 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 AnrTypeAppTriggered : Android.App.AnrType

Valeur de champ

Value = 7
Attributs

Remarques

L’application elle-même en raison de sa propre logique interne ou de son comportement a déclenché un ANR.

Référence Android pour android.app.AnrTypes.ANR_TYPE_APP_TRIGGERED.

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 à