Langue

ActivityInfo.LaunchSingleInstancePerTask Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.

Constante correspondant à singleInstancePerTask l’attribut android.R.attr#launchMode .

[Android.Runtime.Register("LAUNCH_SINGLE_INSTANCE_PER_TASK", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.", true)]
public const Android.Content.PM.LaunchMode LaunchSingleInstancePerTask = 4;
[<Android.Runtime.Register("LAUNCH_SINGLE_INSTANCE_PER_TASK", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.", true)>]
val mutable LaunchSingleInstancePerTask : Android.Content.PM.LaunchMode

Valeur de champ

Value = 4

Implémente

Attributs

Remarques

Constante correspondant à singleInstancePerTask l’attribut android.R.attr#launchMode .

Java documentation pour android.content.pm.ActivityInfo.LAUNCH_SINGLE_INSTANCE_PER_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 à