Langue

ApplicationStartInfo.StartReasonStartActivity 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 du démarrage de l’activité pour une raison quelconque qui n’est pas explicitement répertoriée.

[Android.Runtime.Register("START_REASON_START_ACTIVITY", 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 StartReasonStartActivity = 11;
[<Android.Runtime.Register("START_REASON_START_ACTIVITY", 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 StartReasonStartActivity : Android.App.ApplicationStartInfoStartReason

Valeur de champ

Value = 11

Implémente

Attributs

Remarques

Le processus a démarré en raison du démarrage de l’activité pour une raison quelconque qui n’est pas explicitement répertoriée.

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

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 à