Lingua

AnrWarningResult.AnrType Property

Definition

The type of the ANR event.

public int AnrType { [Android.Runtime.Register("getAnrType", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAnrType", "()I", "", ApiSince=37)>]
member this.AnrType : int

Property Value

Value is one of the following: AnrTypes.ANR_TYPE_OTHER; AnrTypes.ANR_TYPE_INPUT_DISPATCH_NO_FOCUSED_WINDOW; AnrTypes.ANR_TYPE_INPUT_DISPATCH; AnrTypes.ANR_TYPE_BROADCAST_OF_INTENT; AnrTypes.ANR_TYPE_START_FOREGROUND_SERVICE; AnrTypes.ANR_TYPE_EXECUTE_SERVICE; AnrTypes.ANR_TYPE_CONTENT_PROVIDER_NOT_RESPONDING; AnrTypes.ANR_TYPE_APP_TRIGGERED; AnrTypes.ANR_TYPE_FOREGROUND_SHORT_SERVICE_TIMEOUT; AnrTypes.ANR_TYPE_JOB_SERVICE_START; AnrTypes.ANR_TYPE_APPLICATION_START

Attributes

Remarks

The type of the ANR event.

Android reference for android.app.AnrWarningResult.getAnrType.

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