Langue

ApplicationStartInfo.StartComponentActivity Champ

Définition

Attention

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

Le processus a été démarré pour un composant d’activité.

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

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

Le processus a été démarré pour un composant d’activité.

Référence Android pour android.app.ApplicationStartInfo.START_COMPONENT_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 à