Language

AnrTypes.AnrTypeAppTriggered Field

Definition

Caution

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

The app itself due to its own internal logic or behavior has triggered an 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

Field Value

Value = 7
Attributes

Remarks

The app itself due to its own internal logic or behavior has triggered an ANR.

Android reference for android.app.AnrTypes.ANR_TYPE_APP_TRIGGERED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to