Language

AnrTypes.AnrTypeJobServiceStart Field

Definition

Caution

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

The job service took too long to start.

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

Field Value

Value = 9
Attributes

Remarks

The job service took too long to start.

Android reference for android.app.AnrTypes.ANR_TYPE_JOB_SERVICE_START.

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