Lingua

AnrTypes.AnrTypeExecuteService Campo

Definizione

Attenzione

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

Il servizio dell'app ha richiesto troppo tempo per completare Service#onCreate e Service#onStartCommand / Service#onBind

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

Valore del campo

Value = 5
Attributi

Commenti

Il servizio dell'app ha richiesto troppo tempo per completare Service.onCreate e Service.onStartCommand / Service.onBind

Informazioni di riferimento su Android per android.app.AnrTypes.ANR_TYPE_EXECUTE_SERVICE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a