Langue

AnrTypes.AnrTypeApplicationStart 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 a pris trop de temps pour démarrer.

[Android.Runtime.Register("ANR_TYPE_APPLICATION_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 AnrTypeApplicationStart = 10;
[<Android.Runtime.Register("ANR_TYPE_APPLICATION_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 AnrTypeApplicationStart : Android.App.AnrType

Valeur de champ

Value = 10
Attributs

Remarques

L’application a pris trop de temps pour démarrer.

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

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 à