Langue

ApplicationStartInfo.StartReasonBootComplete Champ

Définition

Attention

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

Le processus a démarré en raison de la fin du démarrage.

[Android.Runtime.Register("START_REASON_BOOT_COMPLETE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoStartReason enum directly instead of this field.", true)]
public const Android.App.ApplicationStartInfoStartReason StartReasonBootComplete = 2;
[<Android.Runtime.Register("START_REASON_BOOT_COMPLETE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoStartReason enum directly instead of this field.", true)>]
val mutable StartReasonBootComplete : Android.App.ApplicationStartInfoStartReason

Valeur de champ

Value = 2

Implémente

Attributs

Remarques

Le processus a démarré en raison de la fin du démarrage.

Référence Android pour android.app.ApplicationStartInfo.START_REASON_BOOT_COMPLETE.

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 à