Langue

ApplicationStartInfo.LaunchModeSingleTask Champ

Définition

Attention

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

Identique à « singleTask », sauf que le système ne lance aucune autre activité dans la tâche qui contient l’instance.

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

Valeur de champ

Value = 3

Implémente

Attributs

Remarques

Identique à « singleTask », sauf que le système ne lance aucune autre activité dans la tâche qui contient l’instance. L’activité est toujours le seul et seul membre de sa tâche.

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

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 à