ActivityInfo.LaunchSingleInstancePerTask Feld

Definition

Achtung

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

Konstante, die android.R.attr#launchMode im Attribut entsprichtsingleInstancePerTask.

[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

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Konstante, die android.R.attr#launchMode im Attribut entsprichtsingleInstancePerTask.

Java Dokumentation für android.content.pm.ActivityInfo.LAUNCH_SINGLE_INSTANCE_PER_TASK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: